Skip to main content
All docs
V23.2

ASPxSpreadsheetLoadingPanelSettings(IPropertiesOwner) Constructor

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

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.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