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

    For internal use only. Returns the Measurements object that owns the MeasurementToolbar.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v26.1.dll

    Declaration

    [Browsable(false)]
    public Measurements Measurements { get; }

    Property Value

    Type Description
    Measurements

    The Measurements object to which MeasurementToolbar belongs.

    See Also