Skip to main content

MVCxCardViewToolbarCollection.Add Method

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