Skip to main content

WebDocumentViewerBuilder.CssClassName(String) Method

Sets a specified CSS class to be applied to the Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder CssClassName(
    string cssClassName
)

Parameters

Name Type Description
cssClassName String

The name of the CSS class to be applied.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

See Also