Back to Devexpress

GridColumnMoveMode Enum

aspnet-devexpress-dot-web-a354bf22.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridColumnMoveMode
vb
Public Enum GridColumnMoveMode

Members

NameDescription
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.

|

The following properties accept/return GridColumnMoveMode values:

See Also

DevExpress.Web Namespace