ValidationHintAppearances.IndeterminateState Property
In This Article
Provides access to appearance settings used by a ValidationHint when its target control is in the indeterminate state.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public AppearanceObject IndeterminateState { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Refer to the Adorner UI Manager article to learn more.
See Also