Class MemberMapping
Inheritance
System.Object
MemberMapping
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class MemberMapping : DependencyObject, INotifyPropertyChanged
Constructors
MemberMapping()
Declaration
public MemberMapping()
Fields
ColorizerProperty
Declaration
public static readonly DependencyProperty ColorizerProperty
Field Value
Microsoft.
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.
|
ValuePathProperty
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
Microsoft.
|
Properties
Colorizer
Header
Declaration
public string Header { get; set; }
Property Value
System.
|
ValuePath
Declaration
public string ValuePath { get; set; }
Property Value
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|