Class GanttExpandEventArgs
The class that describes the event arguments of the OnExpand event of the Gantt.
Inheritance
System.Object
GanttExpandEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttExpandEventArgs : Object, IRenderEventArgs
Properties
Item
Defines the item that has been expanded.
Declaration
public object Item { get; protected set; }
Property Value
System.Object
|
ShouldRender
Defines whether the component should re-render. Useful when you need to update parameter, or state of the Gantt in the event.
Declaration
public bool ShouldRender { get; set; }
Property Value
System.Boolean
|