Skip to main content
A newer version of this page is available. .
All docs
V20.2

MeasurementEditMode.ToolbarAction Property

For internal use only. Returns the Measurements toolbar action.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

[Browsable(false)]
public override MeasurementToolbarAction ToolbarAction { get; }

Property Value

Type
MeasurementToolbarAction

Available values:

Name Description
None

Measurement toolbar buttons are disabled.

AddDistanceRuler

The Add Distance Ruler button is enabled.

AddAreaRuler

The Add Area Ruler button is enabled.

See Also