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

DiagramOptionsBehavior.PointerTool Property

Specifies the tool that is used when the end-user selects the Pointer tool in the Ribbon.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[Browsable(false)]
public virtual DiagramTool PointerTool { get; protected set; }

Property Value

Type Description
DiagramTool

A DiagramTool object that represents the pointer tool.

Property Paths

You can access this nested property as listed below:

Object Type Path to PointerTool
DiagramControl
.OptionsBehavior.PointerTool
See Also