GanttExpandEventArgs
Class
The class that describes the event arguments of the OnExpand event of the Gantt.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GanttExpandEventArgs
Inheritance: objectGanttExpandEventArgs
Properties
Defines whether the component should re-render. Useful when you need to update parameter, or state of the Gantt in the event.
C#
public bool ShouldRender { get; set; }