[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridDetailLoadingEventArgs-1

GridDetailLoadingEventArgs<TItem> Class

Provides event data for DetailLoading event.

Inheritance
GridDetailLoadingEventArgs<TItem>
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridDetailLoadingEventArgs<TItem> : AsyncEventArgs where TItem : class
Public Class GridDetailLoadingEventArgs(Of TItem As Class)
    Inherits AsyncEventArgs
Type Parameters
Name Description
TItem

Properties

Name Description
DetailRow

Gets the detail row it is being loaded.

ParentRow

Gets the parent row.