Back to Devexpress

MVCxGridViewToolbar.Items Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewtoolbar.md

latest1.4 KB
Original Source

MVCxGridViewToolbar.Items Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
MVCxGridViewToolbarItemCollection

A MVCxGridViewToolbarItemCollection 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.

See Also

MVCxGridViewToolbar Class

MVCxGridViewToolbar Members

DevExpress.Web.Mvc Namespace