Skip to main content

IRangeControlClient.InvalidText Property

This property should specify the description of the Client’s current invalid state.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

string InvalidText { get; }

Property Value

Type Description
String

A string that is the description of the Client’s current invalid state.

Remarks

If the Client’s current state is invalid, you can return false via the IRangeControlClient.IsValid property. In this instance, the text specified by the InvalidText property will be painted across the Range Control’s viewport. The Client’s draw methods will not be called.

See Also