ValidationHintDefaultProperties.ValidState Property
Provides access to the ValidationHint behavior settings applied when its target UI element successfully passes validation.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v21.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ValidationHintBaseDefaultProperties | A ValidationHintBaseDefaultProperties object that stores behavior settings applied when the target UI element passes validation. |
Remarks
The ValidationHint.Properties object provides access to three setting groups, one for each possible validation state - valid, invalid and intermediate. Each group stores the behavior setting that is in effect only when the target UI element is in this specific state. See the Adorner UI Manager article for more details.