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

TreeListSettings.ToolbarItemClick Property

Fires after a toolbar item has been clicked.

Namespace: DevExpress.Web.Mvc

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

Declaration

public TreeListToolbarItemClickEventHandler ToolbarItemClick { get; set; }

Property Value

Type Description
TreeListToolbarItemClickEventHandler

An TreeListToolbarItemClickEventHandler 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