Class ExtendedData
Inheritance
System.Object
ExtendedData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExtendedData : Object, INotifyPropertyChanged
Constructors
ExtendedData(ExtendedPropertySet)
Declaration
public ExtendedData(ExtendedPropertySet propertySet)
Parameters
Extended
|
Properties
Data
Item[String]
Declaration
public object this[string format] { get; set; }
Parameters
System.
|
Property Value
System.
|
Item[String, String]
Declaration
public object this[string format, string lang] { get; }
Parameters
System.
|
System.
|
Property Value
System.
|
PropertySet
Methods
Clone()
GetPropertyBinding(String)
Declaration
public Binding GetPropertyBinding(string propertyName)
Parameters
System.
|
Returns
Microsoft.
|
GetValue(String)
Declaration
public object GetValue(string propertyName)
Parameters
System.
|
Returns
System.
|
HasValue(String)
Declaration
public bool HasValue(string propertyName)
Parameters
System.
|
Returns
System.
|
SetDefaults()
Declaration
public void SetDefaults()
SetValue(String, Object)
Declaration
public void SetValue(string propertyName, object propertyValue)
Parameters
System.
|
System.
|
SetValue(String, Object, Boolean)
Declaration
public void SetValue(string propertyName, object propertyValue, bool fireEvent)
Parameters
System.
|
System.
|
System.
|
Events
ExtendedPropertyChanged
Declaration
public event EventHandler<ExtendedPropertyChangedEventArgs> ExtendedPropertyChanged
Event Type
System.
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|