Skip to main content

GotoDateFormEventArgs.SchedulerViewType Property

Gets the initial View type selected in the Go To Date dialog.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

public SchedulerViewType SchedulerViewType { get; }
Public ReadOnly Property SchedulerViewType As SchedulerViewType

Property Value

Type Description
SchedulerViewType

A SchedulerViewType enumeration value that specifies the View type.

Remarks

Use the SchedulerViewType property to obtain the View type that should be initially selected in the dialog. The standard Go To Date dialog is shown in the image below:

DXScheduler_GoToDateDialog

See Also