Back to Devexpress

ASPxCardView.Toolbars Property

aspnet-devexpress-dot-web-dot-aspxcardview-fe7b148d.md

latest2.6 KB
Original Source

ASPxCardView.Toolbars Property

Gets the collection of toolbars in the ASPxCardView control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public CardViewToolbarCollection Toolbars { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Toolbars As CardViewToolbarCollection

Property Value

TypeDefaultDescription
CardViewToolbarCollectionnull

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

|

Remarks

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

Use the following properties to specify the toolbar settings:

See Also

GetToolbar(index)

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace