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

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

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