DateRange.IsOutOfRange(DateTime) Method
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 | DateTime | A DateTime object that is the date to be tested. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified date is out of the current range; otherwise, false. |
See Also