aspnet-devexpress-dot-web-75705ef9.md
Represents a collection of a ASPxGridView’s toolbar items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewToolbarItemCollection :
GridToolbarItemCollection
Public Class GridViewToolbarItemCollection
Inherits GridToolbarItemCollection
The following members return GridViewToolbarItemCollection objects:
A toolbar within an ASPxGridView control holds its toolbar items within a collection which is represented by an instance of the GridViewToolbarItemCollection class and can be accessed via the GridViewToolbar.Items property.
The properties and methods exposed by the GridViewToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbar items. Each item of the collection is represented by a GridViewToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection GridViewToolbarItemCollection MVCxGridViewToolbarItemCollection
See Also