Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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

Remarks

The Pointer tool allows users to select diagram items.

See Also