Skip to main content
A newer version of this page is available. .

BaseEdit.DefaultErrorIconAlignment Property

Gets or sets the location of the default error icon in relation to the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public static ErrorIconAlignment DefaultErrorIconAlignment { get; set; }

Property Value

Type Description
ErrorIconAlignment

An ErrorIconAlignment enumeration value that specifies the location of the default error icon in relation to the editor.

See Also