ValidationHintProperties Class
An object that stores global validation hint properties for all three control validation states.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Related API Members
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).
See the Adorner UI Manager article to learn more.