Skip to main content
A newer version of this page is available. .

SchedulerControl.AppointmentsDisplayMode Property

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.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