Back to Devexpress

GotoDateFormEventArgs.Date Property

windowsforms-devexpress-dot-xtrascheduler-dot-gotodateformeventargs.md

latest1.5 KB
Original Source

GotoDateFormEventArgs.Date Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public DateTime Date { get; set; }
vb
Public Property [Date] As Date

Property Value

TypeDescription
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.

See Also

GotoDateFormEventArgs Class

GotoDateFormEventArgs Members

DevExpress.XtraScheduler Namespace