Skip to main content
A newer version of this page is available. .

GotoDateWindowShowingEventArgs.Date Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public DateTime Date { get; }

Property Value

Type Description
DateTime

A DateTime object that is the date shown in the window.

Remarks

Use the Date property to obtain the date that should be initially shown in the window.

See Also