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