ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / ColumnUngrouped Event

In This Topic
    ColumnUngrouped Event
    In This Topic
    Occurs when a column has been ungrouped.
    Syntax
    '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.

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