Skip to main content

MapLegendHitInfo.AdditionalInfo Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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