Indicates that a class can be serialized to and from XAML format.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Property)]
public class XamlSerializableAttribute : Attribute
Inheritance: objectAttributeXamlSerializableAttribute
Inherited Members
Constructors
C#
public XamlSerializableAttribute()
Properties
Gets the default value associated with the XamlSerializableAttribute.
C#
public object DefaultValue { get; }