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.v24.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 |
---|---|---|
Validation |
Default | A Validation |
Available values:
Name | Description |
---|---|
Default | A default location. This value is equal to Validation |
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.