Back to Devexpress

TreeList.HierarchyFieldName Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-52b39051.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue("")]
[DXCategory("Data")]
[XtraSerializableProperty]
public string HierarchyFieldName { get; set; }
vb
<DXCategory("Data")>
<DefaultValue("")>
<XtraSerializableProperty>
Public Property HierarchyFieldName As String

Property Value

TypeDefaultDescription
StringString.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

HierarchyColumn

RowImagesShowMode

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace