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.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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 |
|
Remarks
The Pointer tool allows users to select diagram items.
See Also