TreeListView.TreeDerivationMode Property
In This Article
Gets or sets the tree derivation mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[XtraSerializableProperty]
[XtraResetProperty(ResetPropertyMode.None)]
public TreeDerivationMode TreeDerivationMode { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
In data bound mode, the TreeListView can display information in a tree from either a self-referential (flat) or hierarchical data structure. For each type of a data structure, it provides the corresponding tree derivation mode(s), specified via the TreeDerivationMode property.
To learn more, see Binding to Hierarchical Data Overview.
See Also