ValidationHintDefaultProperties Class
An object that stores individual 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 ValidationHintDefaultProperties objects:
Remarks
Objects of the ValidationHintDefaultProperties class are stored within ValidationHint.Properties properties and allow you to customize visual effects for each existing control validation state (indeterminate, valid and invalid) separately. These properties override corresponding global settings accessed through the AdornerUIManager.ValidationHintProperties section.
See the Adorner UI Manager article to learn more.
Inheritance
Object
DevExpress.Utils.Base.BaseObject
DevExpress.Utils.Base.BaseProperties
DevExpress.Utils.Base.BaseDefaultProperties
DevExpress.Utils.VisualEffects.AdornerElementDefaultProperties
ValidationHintDefaultProperties
See Also