Class XamlSerializer.AttachedProperty
Inheritance
System.Object
XamlSerializer.AttachedProperty
Namespace: Telerik.Windows.Documents.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
protected class AttachedProperty : Object
Constructors
AttachedProperty()
Declaration
public AttachedProperty()
Properties
Getter
Declaration
public MethodInfo Getter { get; set; }
Property Value
System.Reflection.MethodInfo
|
GetterFunc
Declaration
public Func<object, object> GetterFunc { get; }
Property Value
System.Func<System.Object, System.Object>
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Setter
Declaration
public MethodInfo Setter { get; set; }
Property Value
System.Reflection.MethodInfo
|
TargetType
Declaration
public Type TargetType { get; }
Property Value
System.Type
|
ValueType
Declaration
public Type ValueType { get; }
Property Value
System.Type
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Validate()
Declaration
public bool Validate()
Returns
System.Boolean
|