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

ColumnBase.MaxWidth Property

Gets or sets the column’s maximum width. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public double MaxWidth { get; set; }

Property Value

Type Description
Double

A double value that specifies the column’s maximum width.

See Also