TreeListView.ChildNodesPath Property
In This Article
Gets or sets the name of the 'children' field. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[XtraResetProperty(ResetPropertyMode.None)]
[XtraSerializableProperty]
public string ChildNodesPath { get; set; }
#Property Value
Type | Description |
---|---|
String | A String value that specifies the 'children' field name. |
#Remarks
If all business objects have the same 'children' field, assign its name to the ChildNodesPath property. Otherwise, create a TreeListView.ChildNodesSelector.
To learn more, see Binding to Hierarchical Data Overview.
See Also