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

BootstrapGridViewToolbarItemClickEventArgs(BootstrapGridViewToolbarItemBase) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewToolbarItemClickEventArgs(
    BootstrapGridViewToolbarItemBase item
)

Parameters

Name Type Description
item BootstrapGridViewToolbarItemBase

An BootstrapGridViewToolbarItemBase object that owns the created object.

See Also