Skip to main content

ValidationHintBaseProperties.HintLocation Property

Gets or sets the relative hint position for any ValidationHint object owned by this Adorner UI Manager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(ValidationHintLocation.Default)]
[DXCategory("Appearance")]
public ValidationHintLocation HintLocation { get; set; }

Property Value

Type Default Description
ValidationHintLocation Default

A ValidationHintLocation enumeration value that specifies the relative hint position for any ValidationHint object owned by this Adorner UI Manager.

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