Class GridStateVirtualize<T>
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public class GridStateVirtualize<T>
Type Parameters
T
- Inheritance
-
GridStateVirtualize<T>
- Inherited Members
- Extension Methods
Constructors
GridStateVirtualize()
public GridStateVirtualize()
Properties
Count
The requested number of items to be provided. The actual number of provided items does not need to match this value.
public int Count { get; init; }
Property Value
FilterDefinitions
The current filters applied to grid values.
public IReadOnlyCollection<IFilterDefinition<T>> FilterDefinitions { get; set; }
Property Value
SortDefinitions
The current sorting applied to grid values.
public IReadOnlyCollection<SortDefinition<T>> SortDefinitions { get; set; }
Property Value
StartIndex
The zero-based index of the first item to be supplied.
public int StartIndex { get; init; }