Skip to main content
A newer version of this page is available. .
All docs
V21.2

BaseEditErrorImageOptions.Alignment Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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