TreeList.TreeLevelWidth Property
Gets or sets the width of the level indents.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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.
See Also