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

SpreadsheetFileManagerValidationSettings(IPropertiesOwner) Constructor

Initializes a new instance of the SpreadsheetFileManagerValidationSettings class with the specified owner. This member is not in effect.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v18.2.dll

Declaration

public SpreadsheetFileManagerValidationSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also