Skip to main content

BootstrapCardViewToolbarItemClickEventArgs(BootstrapCardViewToolbarItemBase) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewToolbarItemClickEventArgs(
    BootstrapCardViewToolbarItemBase item
)

Parameters

Name Type Description
item BootstrapCardViewToolbarItemBase

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

See Also