New to Telerik UI for WPFStart a free 30-day trial

Represents internal item in the clustered data source. It is a wrapper for original data item passed to the clustered data source.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ClusteredItem : ClusterDataItem

Inheritance: objectClusterDataItemClusteredItem

Inherited Members ClusterDataItem.DataClusterDataItem.DataSource

Constructors

Initializes a new instance of the ClusteredItem class.

C#
public ClusteredItem(object originalData)
Parameters:originalDataobject

Original data item.

Fields

LocationProperty

DependencyProperty

Identifies the Location Location dependency property.

C#
public static readonly DependencyProperty LocationProperty

Properties

Gets or sets location of the item.

C#
public Location Location { get; set; }