Skip to main content
Tab

ColumnResizeMode Enum

Lists values that specify how a control behaves when an end-user resizes a column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ColumnResizeMode

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.

ColumnResizing_Control

NextColumn

When a user resizes a column, the control changes the width of its neighbor columns. The control’s width is not changed.

ColumnResizing_NextColumn

Related API Members

The following properties accept/return ColumnResizeMode values:

See Also