TxtDataProvider
Class
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:
C#
public class TxtDataProvider : DataProviderBase
Inheritance: objectDataProviderBaseTxtDataProvider
Inherited Members
Constructors
Initializes a new instance of the TxtDataProvider class.
C#
public TxtDataProvider()
Fields
SourceProperty
DependencyProperty
The source property.
C#
public static readonly DependencyProperty SourceProperty
TextProperty
DependencyProperty
The text property.
C#
public static readonly DependencyProperty TextProperty
Properties
Methods
Gets the attached data provider.
C#
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
The dependency object.
Returns:The provider.
Gets the source.
C#
public static string GetSource(DependencyObject dependencyObject)
The dependency object.
Returns:A string representing the source.
Sets the source.
C#
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
The dependency object.
sourceValuestringThe source value.