Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ValidationHintBaseDefaultProperties.ActualHintLocation Property

Returns the current hint position for this ValidationHint object.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.2.dll

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

#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