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

    Gets or sets the only column 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(null)]
    [DXCategory("Data")]
    [XtraSerializableProperty]
    public TreeListColumn TreeViewColumn { get; set; }

    Property Value

    Type Default Description
    TreeListColumn null

    The only column whose values are displayed by the control in TreeView visual style.

    Remarks

    See the TreeList.TreeViewColumn property for more information.

    See Also