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

ASPxGridViewBehaviorSettings.ColumnResizeMode Property

OBSOLETE

Use the SettingsResizing.ColumnResizeMode property instead.

Specifies how columns are resized when a user changes a column’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the SettingsResizing.ColumnResizeMode property instead.")]
[DefaultValue(ColumnResizeMode.Disabled)]
public ColumnResizeMode ColumnResizeMode { get; set; }

Property Value

Type Default Description
ColumnResizeMode Disabled

One of the enumeration values.

Available values:

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ColumnResizeMode
ASPxGridView
.SettingsBehavior .ColumnResizeMode
GridViewProperties
.SettingsBehavior .ColumnResizeMode

Remarks

Note

Use the ASPxGridViewResizingSettings.ColumnResizeMode property instead.

See Also