Back to Devexpress

TreeListColumn.MinWidth Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-0bd94823.md

latest1.9 KB
Original Source

TreeListColumn.MinWidth Property

Gets the minimum column width.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(20)]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
[XtraSerializablePropertyId(3)]
public virtual int MinWidth { get; set; }
vb
<DefaultValue(20)>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)>
<XtraSerializablePropertyId(3)>
Public Overridable Property MinWidth As Integer

Property Value

TypeDefaultDescription
Int3220

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

MinWidth

MaxWidth

ActualMinWidth

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace