ColumnResizeMode Enum
Lists values that specify how a control behaves when an end-user resizes a column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Disabled
|
End-users are not allowed to resize columns. |
Control
|
When a user resizes a column, the control changes its width and does not resize other columns. |
NextColumn
|
When a user resizes a column, the control changes the width of its neighbor columns. The control’s width is not changed. |
Related API Members
The following properties accept/return ColumnResizeMode values:
See Also