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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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