| C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : ColumnGrouped Event |
'Declaration<C1CategoryAttribute("Action")> <C1DescriptionAttribute(Key="C1Grid.ColumnGrouped", Description="Occurs when a column has been grouped.")> Public Event ColumnGrouped As C1GridViewColumnGroupedEventHandler
[C1Category("Action")] [C1Description(Key="C1Grid.ColumnGrouped", Description="Occurs when a column has been grouped.")] public event C1GridViewColumnGroupedEventHandler ColumnGrouped
The event handler receives an argument of type C1GridViewColumnGroupedEventArgs containing data related to this event. The following C1GridViewColumnGroupedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DestIndex | Index of the new position. |
| Drag | Drag source, the C1BaseField object being dragged. |
| Drop | Drop target, the C1BaseField object on which drag source is dropped. |
| Position | Position to drop relative to drop target. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2