Skip to main content
All docs
V24.2

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.HintAlignment Property

Gets or sets the alignment of this hint.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[DefaultValue(null)]
[DXCategory("Layout")]
public ValidationHintAlignment? HintAlignment { get; set; }

#Property Value

Type Default Description
Nullable<DevExpress.Utils.VisualEffects.ValidationHintAlignment> null

Specifies the 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