Back to Devexpress

GridViewToolbar.Items Property

aspnet-devexpress-dot-web-dot-gridviewtoolbar.md

latest1.4 KB
Original Source

GridViewToolbar.Items Property

Gets the collection of items within the toolbar and provides indexed access to them.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewToolbarItemCollection Items { get; }
vb
Public ReadOnly Property Items As GridViewToolbarItemCollection

Property Value

TypeDescription
GridViewToolbarItemCollection

A GridViewToolbarItemCollection object representing the collection of the toolbar’s items.

|

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

GridViewToolbar Class

GridViewToolbar Members

DevExpress.Web Namespace