Back to Devexpress

CardViewSettings.Toolbars Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-f7f5dfe7.md

latest1.9 KB
Original Source

CardViewSettings.Toolbars Property

Gets the collection of toolbars in the CardViewSettings control.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxCardViewToolbarCollection Toolbars { get; }
vb
Public ReadOnly Property Toolbars As MVCxCardViewToolbarCollection

Property Value

TypeDescription
MVCxCardViewToolbarCollection

A MVCxCardViewToolbarCollection object which represents the collection of toolbars within the grid.

|

Remarks

The Card View extension stores toolbars (which are MVCxCardViewToolbar class instances) in its Toolbars collection. You can add or remove toolbars, change their availability and position, and populate them with toolbar items (MVCxCardViewToolbarItem class instances) using the MVCxCardViewToolbar.Items property. Toolbar items can trigger standard grid commands (that is data item editing, deletion, creation, etc.) and any custom actions, if required.

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace