Skip to main content
A newer version of this page is available. .

TreeListToolbarItemClickEventArgs.Item Property

Gets the toolbar item related to the event.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public TreeListToolbarItem Item { get; }

Property Value

Type Description
TreeListToolbarItem

A TreeListToolbarItem object that is the toolbar item.

See Also