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