public event EventHandler<GridDetailLoadingEventArgs<TItem>> DetailLoading
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.
Property | Description |
---|---|
DetailRow | Gets the detail row it is being loaded. |
ParentRow | Gets the parent row. |
See Also