ValidationHintBaseDefaultProperties.ActualHintLocation Property
Returns the current hint position for this ValidationHint object.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ValidationHintLocation | A ValidationHintLocation enumerator value that specifies the current hint position for this ValidationHint object. |
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.