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

GridViewColumn.MaxWidth Property

Gets or sets a value that specifies the column’s maximum width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public virtual int MaxWidth { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that is the column’s maximum width.

Remarks

Use the MaxWidth property to specify the maximum width for each column. To set the maximum width for all grid columns, use the ASPxGridViewSettings.ColumnMaxWidth property.

Online Demo

Responsive Layout

See Also