ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapMarker Interface / Action Property

In This Topic
    Action Property (IMapMarker)
    In This Topic
    Gets the action associated with the marker if any, otherwise null.
    Syntax
    'Declaration
     
    ReadOnly Property Action As IAction
    IAction Action {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction representing the action associated with the marker, or null if there is no associated action.
    See Also