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

ValidationHint.Properties Property

Provides access to base validation hint properties.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public ValidationHintDefaultProperties Properties { get; }

Property Value

Type Description
ValidationHintDefaultProperties

A ValidationHintDefaultProperties object that stores properties applied to this ValidationHint.

Remarks

Properties accessed through the Properties group override global AdornerUIManager.ValidationHintProperties settings.

See Also