Class
GanttCollapseEventArgs

The class that describes the event arguments of the OnCollapse event of the Gantt.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttCollapseEventArgs

Inheritance: objectGanttCollapseEventArgs

Properties

Item

Defines the item that has been collapsed.

Declaration

cs-api-definition
public object Item { get; protected set; }

Property Value

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

cs-api-definition
public bool ShouldRender { get; set; }

Property Value

bool

In this article
DefinitionPropertiesItemShouldRender
Not finding the help you need?
Contact Support