Back to Devexpress

ASPxVerticalGridToolbarItemClickEventArgs.Item Property

aspnet-devexpress-dot-web-dot-aspxverticalgridtoolbaritemclickeventargs.md

latest1.2 KB
Original Source

ASPxVerticalGridToolbarItemClickEventArgs.Item Property

Gets the toolbar item related to the event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridToolbarItem Item { get; }
vb
Public ReadOnly Property Item As VerticalGridToolbarItem

Property Value

TypeDescription
VerticalGridToolbarItem

A VerticalGridToolbarItem object that is the toolbar item.

|

See Also

ASPxVerticalGridToolbarItemClickEventArgs Class

ASPxVerticalGridToolbarItemClickEventArgs Members

DevExpress.Web Namespace