Use the members of this enumeration to determine the action that raised the GroupColumnMoving
and the GroupColumnMoved events.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum GroupMove |
| Visual Basic |
|---|
Public Enumeration GroupMove |
Members
| Member name | Description | |
|---|---|---|
| InGroup | Columns were rearranged within the grouping area. | |
| ToGroup | Columns were moved from the grid to the grouping area. | |
| FromGroup | Columns were moved from the grouping area to the grid. |