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

VisibleDateRangeChangedEventArgs.FirstVisibleDateOldValue Property

Gets the first visible date of a previously displayed date range.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public DateTime FirstVisibleDateOldValue { get; }

Property Value

Type Description
DateTime

A DateTime value.

See Also