[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapter.GetRowInfo

GetRowInfo Method

GetRowInfo(int)

Gets the dimensions for the specified row.

Declaration
protected virtual GridControlAdapter.RowInfo GetRowInfo(int row)
Protected Overridable Function GetRowInfo(row As Integer) As GridControlAdapter.RowInfo
Parameters
Type Name Description
int row

The index of the row.

Returns
Type Description
GridControlAdapter.RowInfo