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

DiagramQueryItemDrawActionEventArgs.Tool Property

Returns the drawing tool that the end-user is attempting to use.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public ItemTool Tool { get; }

Property Value

Type Description
DevExpress.Diagram.Core.ItemTool

A DevExpress.Diagram.Core.ItemTool object.

See Also