Skip to main content
A newer version of this page is available. .

ValidationHintAppearances.IndeterminateState Property

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.v19.1.dll

Declaration

public AppearanceObject IndeterminateState { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject that stores appearance settings.

Remarks

Refer to the Adorner UI Manager article to learn more.

See Also