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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1.7976931348623157E+308, Handler = "OnLayoutPropertyChanged", IsNew = true)]
public double MaxWidth { get; set; }

Property Value

Type Description
Double

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

See Also