ASPxGridViewAdaptivitySettings Properties
Contains settings that relate to the grid’s adaptivity.| Name | Description |
|---|---|
| AdaptiveColumnPosition | Specifies the position of the adaptive column. |
| AdaptiveDetailColumnCount | Gets or sets the number of columns in an adaptive detail row. |
| AdaptiveDetailLayoutProperties | Provides access to the settings allowing you to customize the adaptive detail row layout. |
| AdaptivityMode | Specifies the grid capability to respond to browser window resizing. |
| AllowHideDataCellsByColumnMinWidth | Specifies whether the grid should hide a column if its width is less than the GridViewColumn.MinWidth property value. |
| AllowOnlyOneAdaptiveDetailExpanded | Specifies whether several adaptive detail rows can be expanded simultaneously. |
| HideDataCellsAtWindowInnerWidth | Gets or sets a value that defines the maximum browser window inner width when the grid hides its content when rendered. |
See Also