Class SchedulerElement
Specifies the type of element in the SfScheduler.
Inheritance
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class SchedulerElement : Enum
Fields
AllDayViewControl
Indicates that the region in the all-day area. It is added besides the view header in day view, and below view header in the week and work week views. For week and work week views this all-day panel will be added if the view must contain at least one appointment.
Declaration
public const SchedulerElement AllDayViewControl
Field Value
Type |
---|
SchedulerElement |
Remarks
The all day panel doesn't available in the Month, TimelineDay, TimelineWeek, TimelineWorkWeek.
Appointment
Indicates that the appointment tapped.
Declaration
public const SchedulerElement Appointment
Field Value
Type |
---|
SchedulerElement |
Header
Indicates that the scheduler header view tapped.
Declaration
public const SchedulerElement Header
Field Value
Type |
---|
SchedulerElement |
MoreAppointmentRegion
Indicate that the three dots are in the more appointment region of the month cell. More appointment indicators are applied to the month cell when its appointment display mode as text and the month cell appointment count is greater than the maximum appointment display count.
Declaration
public const SchedulerElement MoreAppointmentRegion
Field Value
Type |
---|
SchedulerElement |
ResourceHeader
Indicates that the resource header view tapped.
Declaration
public const SchedulerElement ResourceHeader
Field Value
Type |
---|
SchedulerElement |
SchedulerCell
Indicates that the scheduler time slot or month cell tapped.
Declaration
public const SchedulerElement SchedulerCell
Field Value
Type |
---|
SchedulerElement |
ViewHeader
Indicates that the scheduler view header view tapped.
Declaration
public const SchedulerElement ViewHeader
Field Value
Type |
---|
SchedulerElement |
WeekNumber
Gets or sets a value indicating whether the element is the week number.
Declaration
public const SchedulerElement WeekNumber
Field Value
Type |
---|
SchedulerElement |