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

    Specifies whether the Measurements toolbar is displayed.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: 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