[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.GetDataIndex

GetDataIndex Method

GetDataIndex(int)

Returns index of data item in the items source for the specified row index.

Declaration
public int GetDataIndex(int rowIndex)
Parameters
Type Name Description
int rowIndex
Returns
Type Description
int

Index of row in the C1FlexGrid control.

Remarks

Row indices can be different from data indices as grid might add additional rows at grouping, etc..