Back to Devexpress

CardViewToolbarCollection Class

aspnet-devexpress-dot-web-5fd31955.md

latest2.6 KB
Original Source

CardViewToolbarCollection Class

Represents the ASPxCardView’s toolbar collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewToolbarCollection :
    GridToolbarCollection
vb
Public Class CardViewToolbarCollection
    Inherits GridToolbarCollection

The following members return CardViewToolbarCollection objects:

Remarks

The ASPxCardView control stores its toolbars within the ASPxCardView.Toolbars collection. This collection is represented by the CardViewToolbarCollection class. Members of this class can be used to add, delete, access individual toolbars and perform other common collection management tasks.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<GridToolbar>

ICollection<GridToolbar>

IEnumerable<GridToolbar>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<GridToolbar> GridToolbarCollection CardViewToolbarCollection MVCxCardViewToolbarCollection

See Also

CardViewToolbarCollection Members

DevExpress.Web Namespace