ValidationHintAppearances Class
In This Article
Provides three property groups that store the appearance settings for all possible validation states of a target control, related to the ValidationHint object.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Related API Members
The following members return ValidationHintAppearances objects:
#Remarks
ValidationHintAppearances class objects, stored in hint ValidationHint.Appearances properties, provide access to three property groups:
- ValidationHintAppearances.ValidState
- ValidationHintAppearances.InvalidState
- ValidationHintAppearances.IndeterminateState
Each group owns its own AppearanceObject that stores appearance settings applied to a target control in a corresponding validation state.
#Inheritance
Object
BaseAppearanceCollection
DevExpress.Utils.VisualEffects.AdornerAppearanceCollection
ValidationHintAppearances
See Also