Skip to main content

GotoDateFormEventArgs.Date Property

Gets or sets the date shown in the Go To Date dialog window.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public DateTime Date { get; set; }

Property Value

Type Description
DateTime

A DateTime object representing the date shown in the dialog.

Remarks

This property can be used to both set the date that is initally displayed in the Go To Date dialog window and obtain the date selected by an end-user in the dialog.

The standard Go To Date dialog window is shown in the image below.

GoToDate Dialog

See Also