New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SchedulerItemRenderEventArgs : EventArgs

Inheritance: objectEventArgsSchedulerItemRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public SchedulerItemRenderEventArgs(object item)
Parameters:itemobject

Properties

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

C#
public string Class { get; set; }

The underlying item that the element is bound to.

C#
public object Item { get; set; }