Skip to main content

ObjectDataSourceValidationService(SpreadsheetControl) Constructor

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

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public ObjectDataSourceValidationService(
    SpreadsheetControl control
)

Parameters

Name Type Description
control SpreadsheetControl

A SpreadsheetControl instance.

See Also