New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Documents.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
protected class XamlSerializer.AttachedProperty

Inheritance: objectXamlSerializer.AttachedProperty

Constructors

C#
public AttachedProperty()

Properties

C#
public MethodInfo Getter { get; set; }
C#
public Func<object, object> GetterFunc { get; }
C#
public string Name { get; }
C#
public MethodInfo Setter { get; set; }
C#
public Type TargetType { get; }
C#
public Type ValueType { get; }

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

C#
public bool Validate()
Returns:

bool