Skip to main content
All docs
V23.2

BaseEditErrorImageOptions.Alignment Property

Gets or sets the alignment of the error icon relative to the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ErrorIconAlignment.MiddleLeft)]
[DXCategory("Layout")]
public ErrorIconAlignment Alignment { get; set; }

Property Value

Type Default Description
ErrorIconAlignment MiddleLeft

A value that specifies the alignment of the error icon relative to the editor.

Property Paths

You can access this nested property as listed below:

Object Type Path to Alignment
BaseEdit
BaseEdit
.ErrorImageOptions .Alignment
See Also