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.UI.Xaml.DependencyProperty
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ValuePathProperty
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Colorizer
Header
Declaration
public string Header { get; set; }
Property Value
|
System.String
|
ValuePath
Declaration
public string ValuePath { get; set; }
Property Value
|
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|