Skip to main content

TreeListColumn.ActualMaxWidth Property

Gets the actual maximum column width.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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