Skip to main content

TreeListColumn.MinWidth Property

Gets the minimum column width.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DefaultValue(20)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
[XtraSerializablePropertyId(3)]
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