Skip to main content
All docs
V26.1
  • ClientControlContentBuilderBase<TSettings, TImpl>.Name(String) Method

    Specifies the element identifier on a page.

    Namespace: DevExpress.AspNetCore.Reporting

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

    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