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

ValidationHintProperties Class

An object that stores global validation hint properties for all three control validation states.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public class ValidationHintProperties :
    AdornerElementProperties

The following members return ValidationHintProperties objects:

#Remarks

Objects of the ValidationHintProperties class are stored within AdornerUIManager.ValidationHintProperties properties and allow you to customize visual effects for each existing control validation state (indeterminate, valid and invalid) separately. Individual validation hints can override these global settings. To do so, access the ValidationHint.Properties section of a required validation hint and modify its properties (see the figure below).

Adorner - Validation Hint Properties

See the Adorner UI Manager article to learn more.

#Inheritance

Object
DevExpress.Utils.Base.BaseObject
DevExpress.Utils.Base.BaseProperties
DevExpress.Utils.VisualEffects.AdornerElementProperties
ValidationHintProperties
See Also