Back to Devexpress

TreeList.TreeLevelWidth Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-5230db18.md

latest1.8 KB
Original Source

TreeList.TreeLevelWidth Property

Gets or sets the width of the level indents.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(18)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public int TreeLevelWidth { get; set; }
vb
<DefaultValue(18)>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)>
Public Property TreeLevelWidth As Integer

Property Value

TypeDefaultDescription
Int3218

An integer which specifies the width of the level indents. The property’s minimum value is 12.

|

Remarks

The image below shows the level indents. The TreeLevelWidth property is set to 50 for demonstration purposes.

See Also

ShowRoot

HierarchyColumnIndent

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace