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

TreeList.IndicatorWidth Property

Gets or sets the node indicator’s width.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(-1)]
[XtraSerializableProperty]
public virtual int IndicatorWidth { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the width of the node indicator in pixels.

Remarks

Assigning a value less than 4 automatically sets the property to 4.

Changing this property value may be useful when custom painting indicator cells, for instance. Please refer to the TreeList.CustomDrawNodeIndicator event description for details on painting indicator cells manually.

See Also