Enum ElementType
An enum that holds the available element types in the scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ElementType
Fields
| Name | Description |
|---|---|
| AllDayCells | All day row cells. |
| DateHeader | Date header cells. |
| DayHeader | The day header element. |
| EmptyCells | Empty cells. |
| Event | The appointment element. |
| MajorSlot | Time scale major slot cells. |
| MinorSlot | Minor slot cells. |
| MonthCells | Month cells. |
| MonthDay | Month day elements. |
| MonthHeader | The month header element. |
| OtherMonthCells | Previous and next month cells. |
| ResourceGroupCells | Resource group cells. |
| ResourceHeader | Resource header cells. |
| WeekHeader | The week header element. |
| WorkCells | Work cells. |
| YearHeader | The year header element. |