BootstrapSpreadsheet Class
A control that provides spreadsheet management functionality.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DXClientDocumentationProviderWeb("BootstrapSpreadsheet")]
[ToolboxTabName("DX.24.1: 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.
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>
Inheritance
Object
Control
WebControl
ASPxWebControlBase
ASPxWebControl
ASPxSpreadsheet
BootstrapSpreadsheet
See Also