RadControls for Silverlight

Represents content control which implements the IExtendedData interface.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.1050

Syntax

C#
public class MapContentControl : ContentControl, 
	IExtendedData
Visual Basic
Public Class MapContentControl _
	Inherits ContentControl _
	Implements IExtendedData

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls.Map..::..MapContentControl

See Also