Skip to main content

MVCxCardViewLayoutItemCollection.Add Method

Name Parameters Description
Add() none Creates a new layout item with the default settings and adds it to the MVCxCardViewLayoutItemCollection collection.
Add(Action<MVCxCardViewColumnLayoutItem>) method Adds a new item to the MVCxCardViewLayoutItemCollection collection and allows you to customize this item in a delegate method implementation.
Add(String) columnName Creates a new item assigned to the specified column name and adds it to the MVCxCardViewLayoutItemCollection collection.