Skip to main content
A newer version of this page is available. .
Tab

ColumnResizeMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ColumnResizeMode

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.

ColumnResizing_Control

NextColumn

Changing a column’s width changes the next column’s width. The control’s width isn’t changed.

ColumnResizing_NextColumn

Related API Members

The following properties accept/return ColumnResizeMode values:

Remarks

The values listed by this enumeration are used to set the ASPxGridViewResizingSettings.ColumnResizeMode and TreeListSettingsResizing.ColumnResizeMode properties.

See Also