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

ValidationHintBaseDefaultProperties.ActualBackgroundMode Property

Returns which ValidationHint regions will be painted with this hint’s background color.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public ValidationHintBackgroundMode ActualBackgroundMode { get; }

Property Value

Type Description
DevExpress.Utils.VisualEffects.ValidationHintBackgroundMode

A DevExpress.Utils.VisualEffects.ValidationHintBackgroundMode enumeration value.

Remarks

See the ValidationHintBaseDefaultProperties.ShowBackgroundMode property to learn more.

See Also