ColumnBase.MaxWidth Property
In This Article
Gets or sets the column’s maximum width. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.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