Back to Devexpress

GanttView.TreeListWidth Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-67506d3b.md

latest1.5 KB
Original Source

GanttView.TreeListWidth Property

Gets or sets the tree list area width. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public GridLength TreeListWidth { get; set; }
vb
Public Property TreeListWidth As GridLength

Property Value

TypeDescription
GridLength

The tree list area width.

|

Remarks

The TreeListWidth property can get the following values:

ValueDescription
AutoThe treelist area width is calculated according to the width of treelist columns.
in pixelsSets the treelist area width in pixels.
in starsSets the width of the treelist area relating to the width of the Gantt area.
The Gantt area width is interpreted as 1*

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace