Skip to main content

BootstrapSpreadsheet Class

A control that provides spreadsheet management functionality.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DXClientDocumentationProviderWeb("BootstrapSpreadsheet")]
[ToolboxTabName("DX.23.2: Bootstrap Controls")]
public class BootstrapSpreadsheet :
    ASPxSpreadsheet,
    ISimpleRenderControl

Remarks

The BootstrapSpreadsheet class specifies an Excel-inspired control that allows you to manage spreadsheet files with a rich UI and comprehensive API.

BootstrapSpreadsheet_Overview

You can open an existing spreadsheet file with the Open method or create a new file by calling the New method. A workbook with one empty worksheet is also created while creating a new BootstrapSpreadsheet instance.

The Document property provides the access to a document currently loaded into the control.

<dx:BootstrapSpreadsheet runat="server" ID="Spreadsheet" Height="500px">
</dx:BootstrapSpreadsheet>
See Also