Class SchedulerItemRenderEventArgs
The class that describes the event arguments to the scheduler item render event.
Inheritance
System.Object
SchedulerItemRenderEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerItemRenderEventArgs : EventArgs
Constructors
SchedulerItemRenderEventArgs(Object)
Declaration
public SchedulerItemRenderEventArgs(object item)
Parameters
System.Object
item
|
Properties
Class
A custom class that can be set to the item element.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Item
The underlying item that the element is bound to.
Declaration
public object Item { get; set; }
Property Value
System.Object
|