aspnet-devexpress-dot-web-ffeb5604.md
Lists values that specify how a control behaves when an end-user resizes a column.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ColumnResizeMode
Public Enum ColumnResizeMode
| 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.
|
The following properties accept/return ColumnResizeMode values:
See Also