Class PanelBarEventArgsBase
Base class for PanelBar event arguments.
Inheritance
System.Object
PanelBarEventArgsBase
Namespace: Telerik.Blazor.Components.PanelBar.EventArgs
Assembly: Telerik.Blazor.dll
Syntax
public abstract class PanelBarEventArgsBase : Object
Constructors
PanelBarEventArgsBase()
Declaration
protected PanelBarEventArgsBase()
Properties
Item
Defines the item that has been affected. You can cast it to the model type to which you bind the PanelBar.
Declaration
public object Item { get; set; }
Property Value
System.Object
|