Skip to main content
A newer version of this page is available. .

TreeList.TreeLevelWidth Property

Gets or sets the width of the level indents.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(18)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public int TreeLevelWidth { get; set; }

Property Value

Type Default Description
Int32 18

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.

TreeList.TreeLevelWidth

See Also