Skip to main content
Tab

CardViewToolbarItemCollection(GridToolbarItem) Constructor

Initializes a new instance of the CardViewToolbarItemCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewToolbarItemCollection(
    GridToolbarItem menuItem
)

Parameters

Name Type Description
menuItem GridToolbarItem

A GridToolbarItem object representing the menu item

See Also