Back to Devexpress

CardViewToolbarItem.Items Property

aspnet-devexpress-dot-web-dot-cardviewtoolbaritem-1a165c1e.md

latest1.1 KB
Original Source

CardViewToolbarItem.Items Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewToolbarItemCollection Items { get; }
vb
Public ReadOnly Property Items As CardViewToolbarItemCollection

Property Value

TypeDescription
CardViewToolbarItemCollection

A CardViewToolbarItemCollection instance that is the collection of items.

|

See Also

CardViewToolbarItem Class

CardViewToolbarItem Members

DevExpress.Web Namespace