Skip to main content
All docs
V26.1
  • Measurements.ShowToolbar Property

    Specifies whether the Measurements toolbar is displayed.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    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