ClassTreeViewExpandEventArgs
Class
The class that describes the event arguments of the OnItemChange event of the TreeView.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeViewExpandEventArgs : TreeViewEventArgsBase
Inheritance: objectTreeViewEventArgsBaseTreeViewExpandEventArgs
Inherited Members
Constructors
Properties
Expanded
Defines the expanded state value of the Item.
ShouldRender
Defines whether the component should re-render. Use this option when you want to re-render the whole treeview. By default, the expand operation renders only the respective node.