Skip to main content

BootstrapGridViewToolbarItemClickEventArgs.Item Property

Gets the toolbar item related to the event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarItemBase Item { get; }

Property Value

Type Description
BootstrapGridViewToolbarItemBase

A BootstrapGridViewToolbarItemBase object that is the clicked toolbar item.

See Also