Skip to main content
A newer version of this page is available. .

ObjectDataSourceValidationService(SpreadsheetControl) Constructor

Initializes a new instance of the ObjectDataSourceValidationService class with the default settings.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public ObjectDataSourceValidationService(
    SpreadsheetControl control
)

Parameters

Name Type Description
control SpreadsheetControl

A SpreadsheetControl instance.

See Also