Back to Devexpress

GridViewToolbarItem.Items Property

aspnet-devexpress-dot-web-dot-gridviewtoolbaritem-a4bc3ebc.md

latest1.1 KB
Original Source

GridViewToolbarItem.Items Property

Gets a collection that contains the toolbar items of the current toolbar item.

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 instance that is the collection of items.

|

See Also

GridViewToolbarItem Class

GridViewToolbarItem Members

DevExpress.Web Namespace