Class AppointmentType
An enum that holds the appointment types.
Inheritance
System.Object
AppointmentType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AppointmentType : Enum
Fields
BlockEvent
A block appointment.
Declaration
public const AppointmentType BlockEvent
Field Value
Type |
---|
AppointmentType |
Event
A normal appointment.
Declaration
public const AppointmentType Event
Field Value
Type |
---|
AppointmentType |