Class TreeListCollapseEventArgs
The class that describes the event arguments of the OnCollapse event of the TreeList.
Inheritance
System.Object
TreeListCollapseEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListCollapseEventArgs : Object
Properties
Item
Defines the item that has been collapsed.
Declaration
public object Item { get; protected set; }
Property Value
System.Object
|