A newer version of this page is available.
Switch to the current version.
ASPxGridViewSettings.ColumnMaxWidth Property
Gets or sets a value that specifies the grid columns' maximum width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(0)]
public int ColumnMaxWidth { get; set; }
<DefaultValue(0)>
Public Property ColumnMaxWidth As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value that is the maximum width. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ColumnMaxWidth |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |