C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / ColumnUngrouped Event

ColumnUngrouped Event
Occurs when a column has been ungrouped.
Syntax
'Declaration
 
Public Event ColumnUngrouped As C1GridViewColumnUngroupedEventHandler
 
Event Data

The event handler receives an argument of type C1GridViewColumnUngroupedEventArgs containing data related to this event. The following C1GridViewColumnUngroupedEventArgs properties provide information specific to this event.

PropertyDescription
The C1BaseField object being ungrouped.  
Remarks
You must implement this event if the grid is not bound to a DataSource control.
See Also