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.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
public ValidationHintBaseDefaultProperties InvalidState { get; }
#Property Value
Type | Description |
---|---|
Validation |
A 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.