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

BootstrapCardViewToolbarItemClickEventArgs(BootstrapCardViewToolbarItemBase) Constructor

Initializes a new instance of the BootstrapCardViewToolbarItemClickEventArgs class for the specified toolbar item.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapCardViewToolbarItemClickEventArgs(
    BootstrapCardViewToolbarItemBase item
)

Parameters

Name Type Description
item BootstrapCardViewToolbarItemBase

An object of the BootstrapCardViewToolbarItemBase class that owns the created object.

See Also