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

ValidationHintProperties Class

An object that stores global validation hint properties for all three control validation states.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public class ValidationHintProperties :
    AdornerElementProperties

The following members return ValidationHintProperties objects:

Remarks

Objects of the ValidationHintProperties class are stored within AdornerUIManager.ValidationHintProperties properties and allow you to customize visual effects for each existing control validation state (indeterminate, valid and invalid) separately. Individual validation hints can override these global settings. To do so, access the ValidationHint.Properties section of a required validation hint and modify its properties (see the figure below).

Adorner - Validation Hint Properties

See the Adorner UI Manager article to learn more.

Inheritance

Object
DevExpress.Utils.Base.BaseObject
DevExpress.Utils.Base.BaseProperties
DevExpress.Utils.VisualEffects.AdornerElementProperties
ValidationHintProperties
See Also