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

ASPxSpreadsheetLoadingPanelSettings(IPropertiesOwner) Constructor

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxSpreadsheetLoadingPanelSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also