Back to Devexpress

ColumnResizeMode Enum

aspnet-devexpress-dot-web-ffeb5604.md

latest1.4 KB
Original Source

ColumnResizeMode Enum

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

Declaration

csharp
public enum ColumnResizeMode
vb
Public Enum ColumnResizeMode

Members

NameDescription
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

DevExpress.Web Namespace