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