Back to Devexpress

BaseEditErrorImageOptions.Alignment Property

windowsforms-devexpress-dot-xtraeditors-dot-baseediterrorimageoptions.md

latest1.8 KB
Original Source

BaseEditErrorImageOptions.Alignment Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ErrorIconAlignment.MiddleLeft)]
[DXCategory("Layout")]
public ErrorIconAlignment Alignment { get; set; }
vb
<DefaultValue(ErrorIconAlignment.MiddleLeft)>
<DXCategory("Layout")>
Public Property Alignment As ErrorIconAlignment

Property Value

TypeDefaultDescription
ErrorIconAlignmentMiddleLeft

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 TypePath to Alignment
BaseEdit

.DefaultErrorImageOptions .Alignment

| | BaseEdit |

.ErrorImageOptions .Alignment

|

See Also

BaseEditErrorImageOptions Class

BaseEditErrorImageOptions Members

DevExpress.XtraEditors Namespace