ClientControlContentBuilderBase<TSettings, TImpl>.Name(String) Method
In This Article
Specifies the element identifier on a page.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
#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