Skip to main content
All docs
V25.2
  • CardViewToolbarBuilder.Items(Action<CollectionFactory<CardViewToolbarItemBuilder>>) Method

    Gives access to the client-side toolbar.items option that represents a toolbar item collection.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewToolbarBuilder Items(
        Action<CollectionFactory<CardViewToolbarItemBuilder>> configurator
    )

    Parameters

    Name Type Description
    configurator Action<CollectionFactory<CardViewToolbarItemBuilder>>

    A function that allows you to add items to the collection.

    Returns

    Type Description
    CardViewToolbarBuilder

    A reference to this instance after the method is called.

    See Also