Skip to main content
A newer version of this page is available. .

MVCxCardViewToolbarItem.Items Property

Gets a collection that contains the toolbar items of the current toolbar item.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxCardViewToolbarItemCollection Items { get; }

Property Value

Type Description
MVCxCardViewToolbarItemCollection

A MVCxCardViewToolbarItemCollection instance that is the collection of items.

See Also