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