Class
PanelBarItemRenderEventArgs

The class that describes the event arguments of the OnItemRender event of the PanelBar.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PanelBarItemRenderEventArgs : PanelBarEventArgsBase

Inheritance: objectPanelBarEventArgsBasePanelBarItemRenderEventArgs

Inherited Members PanelBarEventArgsBase.Item

Constructors

PanelBarItemRenderEventArgs()

Declaration

cs-api-definition
public PanelBarItemRenderEventArgs()

Properties

Class

A custom class that can be set to the item element.

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string