Back to Devexpress

ASPxGridViewToolbarItemClickEventArgs.Item Property

aspnet-devexpress-dot-web-dot-data-dot-aspxgridviewtoolbaritemclickeventargs.md

latest1.1 KB
Original Source

ASPxGridViewToolbarItemClickEventArgs.Item Property

Gets the toolbar item.

Namespace : DevExpress.Web.Data

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
GridViewToolbarItem

A GridViewToolbarItem object that is the toolbar item.

|

See Also

ASPxGridViewToolbarItemClickEventArgs Class

ASPxGridViewToolbarItemClickEventArgs Members

DevExpress.Web.Data Namespace