TreeListColumn.ActualMaxWidth Property
Gets the actual maximum column width.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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