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

DXValidationProvider.SetIconAlignment(Control, ErrorIconAlignment) Method

Sets the alignment of an error icon for the specified control.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void SetIconAlignment(
    Control control,
    ErrorIconAlignment alignment
)

Parameters

Name Type Description
control Control

A target control.

alignment ErrorIconAlignment

An ErrorIconAlignment value that specifies the alignment to be set for the control.

See Also