Skip to main content

MVCxGridViewToolbarItemCollection Class

Represents a collection of a Grid View’s toolbar items.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxGridViewToolbarItemCollection :
    GridViewToolbarItemCollection

The following members return MVCxGridViewToolbarItemCollection objects:

Remarks

A toolbar within an Grid View control holds its toolbar items within a collection which is represented by an instance of the MVCxGridViewToolbarItemCollection class and can be accessed via the MVCxGridViewToolbar.Items property.

The properties and methods exposed by the MVCxGridViewToolbarItemCollection 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 MVCxGridViewToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.

Implements

Show 11 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also