GoXam for WPF v3
NodeCategoryPath Property (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : NodeCategoryPath Property
Gets or sets a property path that that specifies how to find the category of a node data.
Syntax
public string NodeCategoryPath {get; set;}

Property Value

This defaults to an empty string, which causes FindCategoryForNode to return an empty string. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindCategoryForNode for most cases.

The value of this property path applied to a node data object must be a string.

See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members