GotoDateFormEventArgs.Date Property
In This Article
Gets or sets the date shown in the Go To Date dialog window.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#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.
See Also