Class
SchedulerItemRenderEventArgs

The class that describes the event arguments to the scheduler item render event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SchedulerItemRenderEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerItemRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

SchedulerItemRenderEventArgs(object)

Declaration

cs-api-definition
public SchedulerItemRenderEventArgs(object item)

Parameters

item

object

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

Item

The underlying item that the element is bound to.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object