Back to Devexpress

GridToolbarCollection Class

aspnet-devexpress-dot-web-4ca14074.md

latest2.8 KB
Original Source

GridToolbarCollection Class

Represents base functionality of a grid’s toolbar collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridToolbarCollection :
    Collection<GridToolbar>
vb
Public Class GridToolbarCollection
    Inherits Collection(Of GridToolbar)

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<GridToolbar>

ICollection<GridToolbar>

IEnumerable<GridToolbar>

IEnumerable

Inheritance

Show 15 items

Object StateManagedCollectionBase Collection Collection<GridToolbar> GridToolbarCollection TreeListToolbarCollection

CardViewToolbarCollection

GridViewToolbarCollection

VerticalGridToolbarCollection

BootstrapGridViewToolbarCollection

BootstrapCardViewToolbarCollection

MVCxGridViewToolbarCollection

MVCxVerticalGridToolbarCollection

MVCxTreeListToolbarCollection

MVCxCardViewToolbarCollection

See Also

GridToolbarCollection Members

DevExpress.Web Namespace