Skip to main content
All docs
V25.1
  • TreeListMappings.TreeViewFieldName Property

    Gets or sets the only field whose values are displayed by the control in TreeView visual style.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    The name of the field whose values are displayed by the control in TreeView visual style.

    Remarks

    See the TreeList.TreeViewFieldName property for more information.

    See Also