Skip to main content
All docs
V25.2
  • CardViewToolbarBuilder.Items(IEnumerable<PredefinedToolbarItem>) Method

    Mirrors the client-side toolbar.items option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewToolbarBuilder Items(
        IEnumerable<PredefinedToolbarItem> value
    )

    Parameters

    Name Type Description
    value IEnumerable<PredefinedToolbarItem>

    The predefined toolbar items.

    Returns

    Type Description
    CardViewToolbarBuilder

    A reference to this instance after the method is called.

    See Also