Skip to main content
All docs
V26.1
  • MapLegendHitInfo.AdditionalInfo Property

    Returns additional information about a legend element in a test point.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public object AdditionalInfo { get; }

    Property Value

    Type Description
    Object

    An object that contains additional information about the hit-tested legend element.

    Remarks

    If the Element property value is equal to MapLegendHitElement.Item, AdditionalInfo contains the item’s index.

    See Also