IRangeControlClient.InvalidText Property
This property should specify the description of the Client’s current invalid state.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data
Declaration
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