Skip to main content
All docs
V25.2
  • CardViewBuilder<T>.ID(String) Method

    Specifies the id attribute for the control’s HTML element.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> ID(
        string id
    )

    Parameters

    Name Type Description
    id String

    The id attribute value.

    Returns

    Type Description
    CardViewBuilder<T>

    A reference to this instance after the method is called.

    See Also