Skip to main content

MVCxCardViewToolbarItemCollection.Add Method

Name Parameters Description
Add() none Adds a new toolbar item to the end of the collection and returns the newly created object.
Add(CardViewToolbarCommand, Boolean) command, beginGroup Adds a new toolbar item to the collection.
Add(CardViewToolbarCommand) command Adds a new toolbar item to the collection.
Add(Action<MVCxCardViewToolbarItem>) method Adds a new toolbar item to the collection and allows you to customize this toolbar item in a delegate method implementation.