A newer version of this page is available.
Switch to the current version.
TreeList.TreeLevelWidth Property
Gets or sets the width of the level indents.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.dll
Declaration
[DefaultValue(18)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public int TreeLevelWidth { get; set; }
<DefaultValue(18)>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)>
Public Property TreeLevelWidth As Integer
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.
See Also
Feedback