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

    Specifies a template that should be used to render a menu item. Mirrors the client-side menuItemTemplate option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewToolbarItemBuilder MenuItemTemplate(
        string templateContent
    )

    Parameters

    Name Type Description
    templateContent String

    The HTML template string.

    Returns

    Type Description
    CardViewToolbarItemBuilder

    A reference to this instance after the method is called.

    See Also