Class XamlDataProvider
Represents a wrapper of Xaml
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class XamlDataProvider : DataProviderBase
Constructors
XamlDataProvider()
Fields
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.
|
XamlProperty
The xaml property.
Declaration
public static readonly DependencyProperty XamlProperty
Field Value
System.
|
Properties
Xaml
Gets or sets the current document as XAML.
Declaration
public string Xaml { get; set; }
Property Value
System.
|
Methods
GetAttachedDataProvider(DependencyObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
System. The dependency object. |
Returns
Data The data provider. |
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
System. The dependency object. |
Returns
System. The source represented as a string. |
SetSource(DependencyObject, String)
Sets the source.
Declaration
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
Parameters
System. The dependency object. |
System. The source value. |