GridCustomDataSourceItemsOptions.StartIndex Property
Specifies the index of the first item to be selected.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public int StartIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The start index. |
See Also