ValidationHintBaseProperties Class
Provides access to base validation hint properties. Objects of this type affect all validation hints owned by an Adorner UI Manager.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Related API Members
The following members return ValidationHintBaseProperties objects:
Remarks
The AdornerUIManager.ValidationHintProperties property provides access to three objects of the ValidationHintBaseProperties class: IndeterminateState, ValidState and InvalidState. Each object allows you to customize the validation hint behavior for a specific control validation state. Properties you set will affect all validation hints owned by the parent Adorner UI Manager.
Inheritance
Object
DevExpress.Utils.Base.BaseObject
DevExpress.Utils.Base.BaseProperties
DevExpress.Utils.VisualEffects.AdornerElementProperties
ValidationHintBaseProperties
See Also