Class TxtDataProvider
Represents a wrapper of Txt
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Txt
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TxtDataProvider : DataProviderBase
Constructors
TxtDataProvider()
Fields
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.
|
TextProperty
The text property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.
|
Properties
Text
Gets or sets the current document as Text.
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
GetAttachedDataProvider(DependencyObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
System. The dependency object. |
Returns
Data The provider. |
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
System. The dependency object. |
Returns
System. A string representing the source. |
SetSource(DependencyObject, String)
Sets the source.
Declaration
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
Parameters
System. The dependency object. |
System. The source value. |