Class PropertySet
Inheritance
System.Object
PropertySet
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertySet : DynamicObject, INotifyPropertyChanged, IDataErrorInfo
Constructors
PropertySet()
Declaration
public PropertySet()
PropertySet(Func<String, Object, String>)
Declaration
public PropertySet(Func<string, object, string> validationFunc)
Parameters
System.
|
Fields
ShouldAddNullForNonMatchingValuesProperty
Declaration
public static readonly DependencyProperty ShouldAddNullForNonMatchingValuesProperty
Field Value
Microsoft.
|
Properties
Error
Declaration
public string Error { get; }
Property Value
System.
|
Item[String]
Declaration
public object this[string property] { get; set; }
Parameters
System.
|
Property Value
System.
|
Methods
GetDynamicMemberNames()
Declaration
public override IEnumerable<string> GetDynamicMemberNames()
Returns
System.
|
GetShouldAddNullForNonMatchingValues(DependencyObject)
Declaration
public static bool GetShouldAddNullForNonMatchingValues(DependencyObject element)
Parameters
Microsoft.
|
Returns
System.
|
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string fileName)
Parameters
System.
|
SetShouldAddNullForNonMatchingValues(DependencyObject, Boolean)
Declaration
public static void SetShouldAddNullForNonMatchingValues(DependencyObject element, bool value)
Parameters
Microsoft.
|
System.
|
TryGetMember(GetMemberBinder, out Object)
Declaration
public override bool TryGetMember(GetMemberBinder binder, out object result)
Parameters
System.
|
System.
|
Returns
System.
|
TrySetMember(SetMemberBinder, Object)
Declaration
public override bool TrySetMember(SetMemberBinder binder, object value)
Parameters
System.
|
System.
|
Returns
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|