Skip to main content

SchedulerControl.AppointmentsDisplayMode Property

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(AppointmentsDisplayMode.ShowAll, Handler = "OnAppointmentsDisplayModeChanged")]
public AppointmentsDisplayMode AppointmentsDisplayMode { get; set; }

#Property Value

Type
AppointmentsDisplayMode

Available values:

Name
ShowRelated
ShowResourceApptsWithoutGrouping
ShowEmptyResourceInGrouping
ShowAll
See Also