Skip to main content

ValidationHintLocation Enum

Provides flags that can be passed to the ValidationHintBaseDefaultProperties.HintLocation and ValidationHintBaseProperties.HintLocation properties to set hint locations relative to their parent ValidationHint objects.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public enum ValidationHintLocation

Members

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.

See Also