ClassSchedulerCellRenderEventArgs
Class
The class that describes the event arguments to the scheduler cell render event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SchedulerCellRenderEventArgs : EventArgs
Inheritance: objectEventArgsSchedulerCellRenderEventArgs
Inherited Members
Constructors
SchedulerCellRenderEventArgs()
Declaration
cs-api-definition
public SchedulerCellRenderEventArgs()
Properties
Class
The class to be applied to the time slot.
End
The slot's end time.
IsAllDay
Indicates if the slot is for the whole day.
Resources
The resources for the respective time slot. Applicable only with grouped resources.
Declaration
cs-api-definition
public List<KeyValuePair<string, object>> Resources { get; set; }
Property Value