SpreadsheetBuilder.CssClassName(String) Method
In This Article
Specifies a CSS class to be applied to the Spreadsheet.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public SpreadsheetBuilder CssClassName(
string cssClassName
)
#Parameters
Name | Type | Description |
---|---|---|
css |
String | The name of the CSS class. |
#Returns
Type | Description |
---|---|
Spreadsheet |
An object that can be used to further configure the Spreadsheet. |
See Also