Class PanelBarItemRenderEventArgs
The class that describes the event arguments of the OnItemRender event of the PanelBar.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class PanelBarItemRenderEventArgs : PanelBarEventArgsBase
Constructors
PanelBarItemRenderEventArgs()
Declaration
public PanelBarItemRenderEventArgs()
Properties
Class
A custom class that can be set to the item element.
Declaration
public string Class { get; set; }
Property Value
System.String
|