C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : ColumnUngrouping Event |
'Declaration Public Event ColumnUngrouping As C1GridViewColumnUngroupEventHandler
public event C1GridViewColumnUngroupEventHandler ColumnUngrouping
The event handler receives an argument of type C1GridViewColumnUngroupEventArgs containing data related to this event. The following C1GridViewColumnUngroupEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Column | The C1BaseField object being ungrouped. |