Skip to main content
All docs
V23.2

ValidationHintBaseProperties.HintAlignment Property

Gets or sets the alignment of all validation hints owned by this Adorner Manager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
DevExpress.Utils.VisualEffects.ValidationHintAlignment Default

The validation hint alignment.

Remarks

Use the HintLocation to select a hint’s position relative to the target element. To position a hint more precisely, use the additional HintAlignment property. The figure below illustrates possible hint combinations when the HintLocation property is set to “Top”.

HintAlignment property for Validation Hints

See Also