Skip to main content

DXErrorProvider(ContainerControl) Constructor

Initializes a new instance of the DXErrorProvider class with the specified control container.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DXErrorProvider(
    ContainerControl parentControl
)

Parameters

Name Type Description
parentControl ContainerControl

A parent of controls whose errors are monitored by the DXErrorProvider. This value is used to initialize the DXErrorProvider.ContainerControl property.

See Also