Skip to main content

ValidationHintAppearances.InvalidState Property

Provides access to appearance settings used by a ValidationHint when its target control is in the invalid state.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public AppearanceObject InvalidState { 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