Back to Devexpress

ClientControlContentBuilderBase<TSettings, TImpl>.CssClassName(String) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-clientcontrolcontentbuilderbase-2-dot-cssclassname-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

ClientControlContentBuilderBase<TSettings, TImpl>.CssClassName(String) Method

Specifies a CSS class to apply to a reporting component.

Namespace : DevExpress.AspNetCore.Reporting

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public TImpl CssClassName(
    string cssClassName
)
vb
Public Function CssClassName(
    cssClassName As String
) As TImpl

Parameters

NameTypeDescription
cssClassNameString

The name of the CSS class.

|

Returns

TypeDescription
TImpl

A builder instance that can be used to further configure the reporting component.

|

Remarks

To customize the appearance of the reporting component, implement a CSS class and pass its name as a parameter in the CssClassName method call.

See Also

ClientControlContentBuilderBase<TSettings, TImpl> Class

ClientControlContentBuilderBase<TSettings, TImpl> Members

DevExpress.AspNetCore.Reporting Namespace