Skip to main content
A newer version of this page is available. .

TreeListColumn.ActualMaxWidth Property

Gets the actual maximum column width.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public int ActualMaxWidth { get; }

Property Value

Type Description
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