Skip to main content

DXValidationProvider(IContainer) Constructor

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

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DXValidationProvider(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object that implements the IContainer interface, and owns the created object.

See Also