TreeListColumn.MinWidth Property
Gets the minimum column width.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
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