Enum AppointmentDisplayMode
Specifies the displaying mode for appointment in month view.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum AppointmentDisplayMode
Remarks
It will be applicable for desktop.
Fields
| Name | Description |
|---|---|
| Appointment | Specifies to displays the appointment as cell in line view. |
| Indicator | Specifies to displays the appointment as indicator. |
| None | Specifies no appointment is displayed in view. |