Skip to main content

BootstrapCardViewToolbarItemClickEventArgs.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 BootstrapCardViewToolbarItemBase Item { get; }

Property Value

Type Description
BootstrapCardViewToolbarItemBase

A BootstrapCardViewToolbarItem object that is the toolbar item.

See Also