Skip to main content

GotoDateFormEventArgs.Views Property

Gets the repository of Views that can be selected in the Go To Date dialog.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public SchedulerViewRepository Views { get; }

#Property Value

Type Description
SchedulerViewRepository

A SchedulerViewRepository object that is a storage of views that is accessed to be selected in the Go To Date dialog.

#Remarks

Use the Views property to obtain views that can be selected by an end-user in the dialog. The standard Go To Date dialog is shown in the image below:

DXScheduler_GoToDateDialog

See Also