Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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