Skip to main content

VisibleDateRangeChangedEventArgs.FirstVisibleDateNewValue Property

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

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateTime FirstVisibleDateNewValue { get; }

Property Value

Type Description
DateTime

A DateTime value.

See Also