DXErrorProvider.SetIconAlignment(Control, ErrorIconAlignment) Method
Specifies the alignment of an error icon for a control.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void SetIconAlignment(
Control control,
ErrorIconAlignment alignment
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | The control for which the error icon alignment is specified. |
alignment | Error |
A Error |
#Remarks
Errors can be assigned to editors via their BaseEdit.ErrorText properties and methods of the DXErrorProvider class. When an error is assigned, an error icon is displayed within the editor. Its position can be specified using the SetIconAlignment method or the BaseEdit.ErrorImageOptions property:
To return the current error icon alignment, the DXErrorProvider.GetIconAlignment method can be used.
Note
The Set