[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDetailLoadingEventArgs-1

GridDetailLoadingEventArgs<TItem> Class

Provides event data for DetailLoading event.

Inheritance
GridDetailLoadingEventArgs<TItem>
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridDetailLoadingEventArgs<TItem> : AsyncEventArgs where TItem : class
Type Parameters
Name Description
TItem

Properties

Name Description
DetailRow

Gets the detail row it is being loaded.

ParentRow

Gets the parent row.