'Declaration Public Event ColumnUngrouped As C1GridViewColumnUngroupedEventHandler
public event C1GridViewColumnUngroupedEventHandler ColumnUngrouped
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.
Property | Description |
---|---|
Column | The C1BaseField object being ungrouped. |
Remarks
You must implement this event if the grid is not bound to a DataSource control.
See Also