DateRange.IsOutOfRange(DateTime) Method
In This Article
Gets whether the specified date is out of the current range.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified date is out of the current range; otherwise, false. |
See Also