Skip to main content
All docs
V25.2
  • CardViewToolbarItemBuilder.Name(String) Method

    Specifies the name of the predefined toolbar item. Mirrors the client-side name option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewToolbarItemBuilder Name(
        string value
    )

    Parameters

    Name Type Description
    value String

    The toolbar item name.

    Returns

    Type Description
    CardViewToolbarItemBuilder

    A reference to this instance after the method is called.

    See Also