Back to Devexpress

CardViewSettings.ToolbarItemClick Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-f8ff1fed.md

latest1.5 KB
Original Source

CardViewSettings.ToolbarItemClick Property

Fires after a toolbar item has been clicked.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewToolbarItemClickEventHandler ToolbarItemClick { get; set; }
vb
Public Property ToolbarItemClick As ASPxCardViewToolbarItemClickEventHandler

Property Value

TypeDescription
ASPxCardViewToolbarItemClickEventHandler

An ASPxCardViewToolbarItemClickEventHandler delegate method allowing you to implement custom processing.

|

Remarks

Use the ToolbarItemClick property to perform specific actions when a toolbar item has been clicked. Note that this event fires immediately after the left mouse button is released. If the button is released when the mouse pointer is not over a toolbar item, the event doesn’t fire.

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace