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.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public ItemTool Tool { get; }

Property Value

Type Description
DevExpress.Diagram.Core.ItemTool

A DevExpress.Diagram.Core.ItemTool object.

See Also