Skip to main content

GotoDateWindowShowingEventArgs.Date Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

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