GridViewToolbar.Items Property
In This Article
Gets the collection of items within the toolbar and provides indexed access to them.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewToolbarItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The Items property provides access to a collection that contains all the items of the current toolbar. This collection provides the standard means to manipulate (add or remove) items within a toolbar.
To learn more about the toolbar, see the ASPxGridView - Toolbars topic.
See Also