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

TreeListColumn.MinWidth Property

Gets the minimum column width.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(20)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public virtual int MinWidth { get; set; }

Property Value

Type Default Description
Int32 20

An Integer value that determines the minimum column width.

Remarks

The width of the treelist’s first column can exceed the value of the MinWidth property to render node indents.

See Also