Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerClusterClickEventArgs

    Show / Hide Table of Contents

    Class MarkerClusterClickEventArgs

    Specifies the event arguments for the cluster click event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    MarkerClusterMoveEventArgs
    MarkerClusterClickEventArgs
    Inherited Members
    MarkerClusterMoveEventArgs.Data
    MarkerClusterMoveEventArgs.Latitude
    MarkerClusterMoveEventArgs.Longitude
    MarkerClusterMoveEventArgs.Target
    MarkerClusterMoveEventArgs.X
    MarkerClusterMoveEventArgs.Y
    MapsBaseEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerClusterClickEventArgs : MarkerClusterMoveEventArgs

    Constructors

    MarkerClusterClickEventArgs()

    Declaration
    public MarkerClusterClickEventArgs()

    Properties

    MarkerClusterCollection

    Gets or sets the collection of markers in a cluster.

    Declaration
    public List<Dictionary<string, string>> MarkerClusterCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.String>>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved