Back to Devexpress

GridToolbarItemCollection Class

aspnet-devexpress-dot-web-fc63b39b.md

latest3.6 KB
Original Source

GridToolbarItemCollection Class

Represents a collection of a grid’s toolbar items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class GridToolbarItemCollection :
    MenuItemCollection
vb
Public MustInherit Class GridToolbarItemCollection
    Inherits MenuItemCollection

The following members return GridToolbarItemCollection objects:

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<MenuItem>

ICollection<MenuItem>

IEnumerable<MenuItem>

IHierarchicalEnumerable

IEnumerable

Inheritance

Show 19 items

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection TreeListToolbarItemCollection

CardViewToolbarItemCollection

GridViewToolbarItemCollection

VerticalGridToolbarItemCollection

BootstrapCardViewToolbarMenuItemCollection

BootstrapCardViewToolbarItemCollection

BootstrapGridViewToolbarMenuItemCollection

BootstrapGridViewToolbarItemCollection

MVCxCardViewToolbarItemCollection

MVCxGridViewToolbarItemCollection

MVCxVerticalGridToolbarItemCollection

MVCxTreeListToolbarItemCollection

See Also

GridToolbarItemCollection Members

DevExpress.Web Namespace