ValidationHintDefaultProperties.InvalidState Property
Provides access to the ValidationHint behavior settings applied when its target UI element fails validation.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DXCategory("Appearance")]
public ValidationHintBaseDefaultProperties InvalidState { get; }
Property Value
Type | Description |
---|---|
ValidationHintBaseDefaultProperties | A ValidationHintBaseDefaultProperties object that stores behavior settings applied when the target UI element fails 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.