Skip to main content
A newer version of this page is available. .

TreeList.HierarchyFieldName Property

Gets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DXCategory("Data")]
[DefaultValue("")]
[XtraSerializableProperty]
public string HierarchyFieldName { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.

Remarks

See the TreeList.HierarchyColumn property for details.

See Also