Skip to main content
A newer version of this page is available. .
Tab

VerticalGridToolbarItemCollection(GridToolbarItem) Constructor

Initializes a new instance of the VerticalGridToolbarItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridToolbarItemCollection(
    GridToolbarItem menuItem
)

Parameters

Name Type Description
menuItem GridToolbarItem

A GridToolbarItem object representing the menu item

See Also