Skip to main content

TreeListView.TreeDerivationMode Property

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
TreeDerivationMode

A TreeDerivationMode enumeration value that specifies the tree derivation mode.

#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