Skip to main content
A newer version of this page is available. .
All docs
V22.1

ValidationHintBaseDefaultProperties.HintAlignment Property

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

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

Property Value

Type Default
Nullable<DevExpress.Utils.VisualEffects.ValidationHintAlignment> null
See Also