Skip to main content
A newer version of this page is available. .
All docs
V21.1

Measurements.ShowToolbar Property

Specifies whether the Measurements toolbar is displayed.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(false)]
public bool ShowToolbar { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the Measurements toolbar is visible; otherwise, false.

Remarks

Use the code below to show the Measurements toolbar:

 mapControl1.Measurements.ShowToolbar = true;

To access toolbar settings, use the Measurements.ToolbarOptions property.

See Also