Skip to main content

SpreadsheetBuilder.CssClassName(String) Method

Specifies a CSS class to be applied to the Spreadsheet.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetBuilder CssClassName(
    string cssClassName
)

Parameters

Name Type Description
cssClassName String

The name of the CSS class.

Returns

Type Description
SpreadsheetBuilder

An object that can be used to further configure the Spreadsheet.

See Also