Skip to main content

DateNavigator.ActualDisplayDateRange Property

Gets the date range that is currently displayed.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[NotPublicByDesign]
public DateRange ActualDisplayDateRange { get; }

Property Value

Type Description
DateRange

A DateRange object that represents the currently displayed date range.

See Also