Back to Devexpress

TreeListMappings.HierarchyFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-2f913e5f.md

latest1.5 KB
Original Source

TreeListMappings.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.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

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.

|

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace