Class ClusteredItem
Represents internal item in the clustered data source. It is a wrapper for original data item passed to the clustered data source.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ClusteredItem : ClusterDataItem
Constructors
ClusteredItem(Object)
Initializes a new instance of the ClusteredItem class.
Declaration
public ClusteredItem(object originalData)
Parameters
System.Object
originalData
Original data item. |
Fields
LocationProperty
Identifies the Location Location dependency property.
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Location
Gets or sets location of the item.
Declaration
public Location Location { get; set; }
Property Value
Location
|