DXErrorProvider(ContainerControl) Constructor
Initializes a new instance of the DXErrorProvider class with the specified control container.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v26.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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