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

ValidationHintAppearances Class

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

public class ValidationHintAppearances :
    AdornerAppearanceCollection

The following members return ValidationHintAppearances objects:

#Remarks

ValidationHintAppearances class objects, stored in hint ValidationHint.Appearances properties, provide access to three property groups:

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