DateNavigator.CalculateVisibleDateRange(Boolean, out DateTime, out DateTime) Method
In This Article
Specifies the start and end dates of the data range that is currently visible within DateNavigator.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
exclude |
Boolean | A Boolean value indicating whether inactive dates should be taken into account when calculating the start and end dates of the date navigator’s visible date range. |
start |
Date |
A Date |
end |
Date |
A Date |
#Remarks
The CalculateVisibleDateRange method calculates the start and end dates of the date range that is visible within the date navigator.
See Also