Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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