ASPxGridViewAdaptivitySettings.AdaptiveColumnPosition Property
Specifies the position of the adaptive column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(GridViewAdaptiveColumnPosition.Right)]
public GridViewAdaptiveColumnPosition AdaptiveColumnPosition { get; set; }
<DefaultValue(GridViewAdaptiveColumnPosition.Right)>
Public Property AdaptiveColumnPosition As GridViewAdaptiveColumnPosition
Property Value
Type | Default | Description |
---|---|---|
GridViewAdaptiveColumnPosition | Right |
One of the GridViewAdaptiveColumnPosition enumeration values. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AdaptiveColumnPosition |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|
BootstrapGridView |
|
|
ASP.NET MVC Extensions | GridViewSettings |
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
Remarks
When the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCells, ASPxGridView automatically resizes or hides columns when the browser window is resized. When a grid has hidden columns, an adaptive column is displayed allowing end-users to expand a detail row, containing the hidden data.
Use the AdaptiveColumnPosition property to specify the position of the adaptive column.
See Also
Feedback