Class MarkerClickEventArgs
Specifies the event arguments for marker click event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MarkerClickEventArgs : MarkerMoveEventArgs
Constructors
MarkerClickEventArgs()
Declaration
public MarkerClickEventArgs()
Properties
Value
Gets or sets the name for a marker.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |