DataRowInfo(T, Int32) Constructor
Initializes a new instance of the DataRowInfo<T> class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public DataRowInfo(
T dataItem,
int rowIndex
)
Parameters
Name | Type | Description |
---|---|---|
dataItem | T | A data item that corresponds to the data row. |
rowIndex | Int32 | A zero-based row index. |
See Also