ClassTreeListCollapseEventArgs
Class
The class that describes the event arguments of the OnCollapse event of the TreeList.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListCollapseEventArgs
Inheritance: objectTreeListCollapseEventArgs
Properties
Item
Defines the item that has been collapsed.
ShouldRender
Defines whether the component should re-render. Useful when you need to update parameter, or state of the TreeList in the event.