Occurs when a column in the grouping area has been moved.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewGroupColumnMovedEventHandler GroupColumnMoved
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event GroupColumnMoved As C1GridViewGroupColumnMovedEventHandler

Remarks

You must implement this event if the grid is not bound to a DataSource control.

See Also