[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGridDetailProvider-1.ShowDetailAsync

ShowDetailAsync Method

ShowDetailAsync(int)

Shows the detail row.

Declaration
public Task ShowDetailAsync(int index)
Public Function ShowDetailAsync(index As Integer) As Task
Parameters
Type Name Description
int index

The index of the original row.

Returns
Type Description
Task