Skip to main content

DXValidationProvider Constructors

Provides data validation management for DevExpress bound and unbound editors.
Name Parameters Description
DXValidationProvider() none Initializes a new instance of the DXValidationProvider class with default settings.
DXValidationProvider(IContainer) container Initializes a new instance of the DXValidationProvider class with the specified container control.
DXValidationProvider(ContainerControl) parentControl Initializes a new instance of the DXValidationProvider class with the specified container control.
See Also