Class AppointmentType
An enumeration 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
Denotes the block appointment.
Declaration
public const AppointmentType BlockEvent
Field Value
Type | Description |
---|---|
AppointmentType |
Event
Denotes the normal appointment.
Declaration
public const AppointmentType Event
Field Value
Type | Description |
---|---|
AppointmentType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |