WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGridDetailProvider Class / DetailLoading Event
In This Topic
    DetailLoading Event (FlexGridDetailProvider)
    In This Topic
    Occurs when the detail cell is being created.
    Syntax
    Event Data

    The event handler receives an argument of type GridDetailLoadingEventArgs<TItem> containing data related to this event. The following GridDetailLoadingEventArgs<TItem> properties provide information specific to this event.

    PropertyDescription
    Gets the detail row it is being loaded.  
    Gets the parent row.  
    See Also