C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : ColumnUngrouped Event |
'Declaration Public Event ColumnUngrouped As C1GridViewColumnUngroupedEventHandler
public event C1GridViewColumnUngroupedEventHandler ColumnUngrouped
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. |