Skip to main content
All docs
V25.1
  • BaseEditErrorImageOptions.Alignment Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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