Back to Devexpress

VerticalGridToolbarItem.Items Property

aspnet-devexpress-dot-web-dot-verticalgridtoolbaritem-d274fc48.md

latest1.2 KB
Original Source

VerticalGridToolbarItem.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 VerticalGridToolbarItemCollection Items { get; }
vb
Public ReadOnly Property Items As VerticalGridToolbarItemCollection

Property Value

TypeDescription
VerticalGridToolbarItemCollection

A VerticalGridToolbarItemCollection instance that is the collection of items.

|

See Also

VerticalGridToolbarItem Class

VerticalGridToolbarItem Members

DevExpress.Web Namespace