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

ValidationHintBaseDefaultProperties.ActualHintLocation Property

Returns the current hint position for this ValidationHint object.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public ValidationHintLocation ActualHintLocation { get; }

Property Value

Type Description
ValidationHintLocation

A ValidationHintLocation enumerator value that specifies the current hint position for this ValidationHint object.

Available values:

Name Description
Default

A default location. This value is equal to ValidationHintLocation.Bottom.

Left

The hint will be displayed to the target UI element’s left.

Top

The hint will be displayed above the target UI element.

Bottom

The hint will be displayed below the target UI element.

Right

The hint will be displayed to the target UI element’s right.

Remarks

See the ValidationHintBaseDefaultProperties.HintLocation property to learn more.

See Also