New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TreeListCollapseEventArgs

Inheritance: objectTreeListCollapseEventArgs

Properties

Defines the item that has been collapsed.

C#
public object Item { get; protected set; }

Defines whether the component should re-render. Useful when you need to update parameter, or state of the TreeList in the event.

C#
public bool ShouldRender { get; set; }
In this article
DefinitionPropertiesItemShouldRender
Not finding the help you need?
Contact Support