ClassXamlDataProvider
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:
public class XamlDataProvider : DataProviderBase
Inheritance: objectDataProviderBaseXamlDataProvider
Inherited Members
Constructors
XamlDataProvider()
Initializes a new instance of the XamlDataProvider class.
Declaration
public XamlDataProvider()
Fields
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
XamlProperty
The xaml property.
Declaration
public static readonly DependencyProperty XamlProperty
Field Value
DependencyProperty
Properties
Methods
GetAttachedDataProvider(DependencyObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependency object.
Returns
The data provider.
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependency object.
Returns
The source represented as a string.
SetSource(DependencyObject, string)
Sets the source.
Declaration
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
Parameters
dependencyObject
DependencyObject
The dependency object.
sourceValue
The source value.