Class DataItemBase
Inheritance
System.Object
DataItemBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DataItemBase : Object, IDataItemContainer, INotifyPropertyChanged
Constructors
DataItemBase()
Declaration
protected DataItemBase()
Properties
DataItem
Declaration
public object DataItem { get; set; }
Property Value
System.
|
Methods
GetValue(String)
Declaration
protected object GetValue(string valuePath)
Parameters
System.
|
Returns
System.
|
OnPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected virtual void OnPropertyChanged(object sender, PropertyChangedEventArgs args)
Parameters
System.
|
System.
|
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.
|
RegisterObservableProperty(String, String)
Declaration
protected void RegisterObservableProperty(string sourceItemPropertyPath, string targetPropertyName)
Parameters
System.
|
System.
|
UnregisterObservableProperty(String, String)
Declaration
protected void UnregisterObservableProperty(string sourceItemPropertyPath, string targetPropertyName)
Parameters
System.
|
System.
|
UpdatePropertyRegistration(String, String, String)
Declaration
protected void UpdatePropertyRegistration(string oldSourceItemPropertyPath, string newSourceItemPropertyPath, string targetPropertyName)
Parameters
System.
|
System.
|
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|