Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public SpreadsheetFileManagerValidationSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also