AdornerUIManager.ValidationHintAppearances Property
Provides access to three sets of appearance settings, applied to child ValidationHint objects in corresponding validation states.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DXCategory("Appearance")]
public ValidationHintsAppearances ValidationHintAppearances { get; }
Property Value
Type | Description |
---|---|
DevExpress.Utils.VisualEffects.ValidationHintsAppearances | A DevExpress.Utils.VisualEffects.ValidationHintsAppearances collection that stores appearance setting for valid, invalid and indeterminate hint states. |
Remarks
Individual hints can override the global ValidationHintAppearances settings using their own appearance properties, accessed through the ValidationHint.Appearances properties.
See Also