ClusterDataItem
Class
Represents base class for internal data items of the clustered data source. This class is an wrapper for the original geospatial data.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ClusterDataItem : DependencyObject
Inheritance: objectClusterDataItem
Derived Classes:
Constructors
Initializes a new instance of the ClusterDataItem class.
Properties
Gets data source this item belongs to.
C#
public ClusteredDataSource DataSource { get; }