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

IRangeControlClient.IsValid Property

This property should indicate whether the Client’s state is valid and the Client should render itself within the viewport.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

bool IsValid { get; }

Property Value

Type Description
Boolean

true if the Client’s state is valid and the Client should render itself within the viewport; false if the IRangeControlClient.InvalidText message should be painted within the viewport.

See Also