Class RtfDataProvider
Represents a wrapper of Rtf
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfDataProvider : DataProviderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
RtfDataProvider()
Fields
RtfProperty
The RTF property.
Declaration
public static readonly RadProperty RtfProperty
Field Value
SourceProperty
The source property.
Declaration
public static readonly RadProperty SourceProperty
Field Value
Properties
Rtf
Gets or sets the current document as RTF.
Declaration
public string Rtf { get; set; }
Property Value
System.
|
Methods
Bind(RadRichTextBox)
Binds the specified box.
Declaration
protected override void Bind(RadRichTextBox box)
Parameters
Rad The box. |
Overrides
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.
|
SetAttachedDataProvider(RadObject, DataProviderBase)
Sets the attached data provider.
Declaration
public static void SetAttachedDataProvider(RadObject dependencyObject, DataProviderBase value)
Parameters
Rad The dependency object. |
Data The value. |
SetSource(RadObject, String)
Sets the source.
Declaration
public static void SetSource(RadObject dependencyObject, string sourceValue)
Parameters
Rad The dependency object. |
System. The source value. |