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

DateTimeRange.IsValid Property

Gets whether the current datetime range is valid.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public readonly bool IsValid { get; }

Property Value

Type Description
Boolean

true, if the range is valid; otherwise, false.

See Also