Back to Devexpress

TreeListColumn.ActualMaxWidth Property

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

latest1.6 KB
Original Source

TreeListColumn.ActualMaxWidth Property

Gets the actual maximum 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 ActualMaxWidth { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualMaxWidth As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the actual maximum column width.

|

Remarks

The maximum column width cannot be limited if the TreeList control has bands.

See Also

MaxWidth

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace