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.
Property | Description |
---|---|
Column | The C1BaseField object being ungrouped. |
You must implement this event if the grid is not bound to a DataSource control.