XamlDataProvider
Class
Represents a wrapper of XamlFormatProvider allowing the latter to be used in data binding scenarios.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class XamlDataProvider : DataProviderBase
Inheritance: objectDataProviderBaseXamlDataProvider
Inherited Members
Constructors
Initializes a new instance of the XamlDataProvider class.
C#
public XamlDataProvider()
Fields
SourceProperty
DependencyProperty
The source property.
C#
public static readonly DependencyProperty SourceProperty
XamlProperty
DependencyProperty
The xaml property.
C#
public static readonly DependencyProperty XamlProperty
Properties
Methods
Gets the attached data provider.
C#
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
The dependency object.
Returns:The data provider.
Gets the source.
C#
public static string GetSource(DependencyObject dependencyObject)
The dependency object.
Returns:The source represented as a string.
Sets the source.
C#
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
The dependency object.
sourceValuestringThe source value.