Back to Devexpress

TreeListColumn.ActualMinWidth Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-e29c5294.md

latest1.7 KB
Original Source

TreeListColumn.ActualMinWidth Property

Gets the actual minimum column width.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public int ActualMinWidth { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualMinWidth As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the actual minimum column width.

|

Remarks

If the minimum column width for the current column is not customized using the TreeListColumn.MinWidth property, the TreeList.MinWidth property value is used.

See Also

MinWidth

ActualMaxWidth

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace