Skip to main content
All docs
V24.1

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

Specifies the element identifier on a page.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public TImpl Name(
    string name
)

Parameters

Name Type Description
name String

A string that is the element identifier.

Returns

Type Description
TImpl

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

See Also