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

DateNavigator.ActualDisplayDateRange Property

Gets the date range that is currently displayed.

Namespace: DevExpress.UI.Xaml.Editors

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

Declaration

[NotPublicByDesign]
public DateRange ActualDisplayDateRange { get; }

Property Value

Type Description
DateRange

A DateRange object that represents the currently displayed date range.

See Also