ClassGridStateEventArgs<TItem>
Class
The class that describes the event arguments of the OnStateChanged event of the grid. Used to track changes made by user interaction such as grouping, sorting, filtering, column resizing, etc.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
public class GridStateEventArgs<TItem> : EventArgs
Inheritance: objectEventArgsGridStateEventArgs<TItem>
Inherited Members
Constructors
GridStateEventArgs()
Declaration
public GridStateEventArgs()
Properties
GridState
Defines the current state of the Grid. Use the OnStateInit event to set the default (initial) Grid state.
PropertyName
Defines the changed property in the Grid State in the OnStateChanged event.