Skip to main content
A newer version of this page is available. .

MapLegendHitInfo.AdditionalInfo Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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