RadControls for WPF

Represents set of the extended properties.

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

Syntax

C#
[SerializableAttribute]
public class ExtendedPropertySet : Dictionary<string, ExtendedProperty>
Visual Basic
<SerializableAttribute> _
Public Class ExtendedPropertySet _
	Inherits Dictionary(Of String, ExtendedProperty)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, ExtendedProperty>)>)>
    Telerik.Windows.Controls.Map..::..ExtendedPropertySet

See Also