menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerClusterClickEventArgs - Blazor API Reference | Syncfusion

    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
    MapsBaseEventArgs.Cancel
    MarkerClusterMoveEventArgs.Data
    MarkerClusterMoveEventArgs.Latitude
    MarkerClusterMoveEventArgs.Longitude
    MarkerClusterMoveEventArgs.Target
    MarkerClusterMoveEventArgs.X
    MarkerClusterMoveEventArgs.Y
    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>>

    A list containing dictionaries representing the data of each marker in the cluster.

    Remarks

    Use this collection to access data for all markers within the clicked cluster.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved