Skip to main content
Tab

VerticalGridToolbarItemCollection(GridToolbarItem) Constructor

Initializes a new instance of the VerticalGridToolbarItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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