SpreadsheetBuilder.Name(String) Method
Sets a specified identifier for the element representing the Spreadsheet on the page.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetBuilder Name(
string name
)
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the Spreadsheet’s element on the page. |
Returns
Type | Description |
---|---|
SpreadsheetBuilder | A SpreadsheetBuilder that can be used to further configure the Spreadsheet. |
See Also