ClassGanttStateEventArgs<TItem>
Class
The class that describes the event arguments of the OnStateInit and OnStateChanged events of the Gantt. Used to track changes made by user interaction such as sorting, filtering, column resizing, etc.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
cs-api-definition
public class GanttStateEventArgs<TItem>
Inheritance: objectGanttStateEventArgs<TItem>
Constructors
GanttStateEventArgs()
Declaration
cs-api-definition
public GanttStateEventArgs()
GanttStateEventArgs(string)
Declaration
cs-api-definition
public GanttStateEventArgs(string property)
Parameters
property
Properties
PropertyName
Defines the changed property in the GanttState.
State
Defines the current state of the Gantt. Use the OnStateInit event to set default Gantt state.
Declaration
cs-api-definition
public GanttState<TItem> State { get; set; }
Property Value
GanttState<TItem>