Class XamlDataProvider
Represents a wrapper of XamlFormatProvider allowing the latter to be used in data binding scenarios.
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
RadProperty
|
XamlProperty
The xaml property.
Declaration
public static readonly RadProperty XamlProperty
Field Value
RadProperty
|
Properties
Xaml
Gets or sets the current document as XAML.
Declaration
public string Xaml { get; set; }
Property Value
System.String
|
Methods
GetAttachedDataProvider(RadObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(RadObject dependencyObject)
Parameters
RadObject
dependencyObject
The dependency object. |
Returns
DataProviderBase
The data provider. |
GetSource(RadObject)
Gets the source.
Declaration
public static string GetSource(RadObject dependencyObject)
Parameters
RadObject
dependencyObject
The dependency object. |
Returns
System.String
The source represented as a string. |
SetSource(RadObject, String)
Sets the source.
Declaration
public static void SetSource(RadObject dependencyObject, string sourceValue)
Parameters
RadObject
dependencyObject
The dependency object. |
System.String
sourceValue
The source value. |