Skip to main content

GotoDateFormEventArgs.Date Property

Gets the initial date shown in the Go To Date dialog.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public DateTime Date { get; }

#Property Value

Type Description
DateTime

A DateTime object that is a date shown in the dialog.

#Remarks

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

DXScheduler_GoToDateDialog

See Also