GridColumnMoveMode Enum
Lists the values that specify how an end-user is allowed to move ASPxGridView columns using drag-and-drop.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
AmongSiblings
|
Grid columns and bands are only allowed to move within their parent band. |
ThroughHierarchy
|
Grid columns and bands are allowed to move between parents and hierarchy levels organizing Data Cell Bands. |
Related API Members
The following properties accept/return GridColumnMoveMode values:
See Also