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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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. |
Related API Members
The following properties accept/return ValidationHintLocation values: