ColumnResizeMode Enum
Lists values that specify how a control behaves when an end-user resizes a column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Members
Name | Description |
---|---|
Disabled | End-users are not allowed to resize columns. |
Control | When an end-user changes a column's width, the widths of other columns are not changed. As a result, the control's width is changed. |
NextColumn | Changing a column's width changes the next column's width. The control's width isn't changed. |
Related API Members
The following properties accept/return ColumnResizeMode values:
See Also
Feedback