Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSpreadsheetLoadingPanelSettings(ASPxSpreadsheet) Constructor

Initializes a new instance of the ASPxSpreadsheetLoadingPanelSettings class with the specified owner.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public ASPxSpreadsheetLoadingPanelSettings(
    ASPxSpreadsheet spreadsheet
)

Parameters

Name Type Description
spreadsheet ASPxSpreadsheet

An ASPxSpreadsheet object that represents the object’s owner.

See Also