ClassTxtDataProvider
Represents a wrapper of TxtFormatProvider that can be used in data binding scenarios.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Txt
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TxtDataProvider : DataProviderBase
Inheritance: objectDataProviderBaseTxtDataProvider
Inherited Members
Constructors
TxtDataProvider()
Initializes a new instance of the TxtDataProvider class.
Declaration
public TxtDataProvider()
Fields
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
TextProperty
The text property.
Declaration
public static readonly DependencyProperty TextProperty
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 provider.
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependency object.
Returns
A string representing the source.
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.