Class HtmlDataProvider
Represents a wrapper of Html
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Html
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class HtmlDataProvider : DataProviderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
HtmlDataProvider()
Fields
HtmlProperty
The HTML property.
Declaration
public static readonly RadProperty HtmlProperty
Field Value
SourceProperty
The source property.
Declaration
public static readonly RadProperty SourceProperty
Field Value
Properties
Html
Gets or sets the current document as HTML
Declaration
public string Html { get; set; }
Property Value
System.
|
Methods
Bind(RadRichTextBox)
Binds the specified Rad
Declaration
protected override void Bind(RadRichTextBox box)
Parameters
Rad The Rad |
Overrides
GetAttachedDataProvider(RadObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(RadObject dependencyObject)
Parameters
Rad The dependency object the data provider should be obtained from. |
Returns
GetSource(RadObject)
Gets the source.
Declaration
public static string GetSource(RadObject dependencyObject)
Parameters
Rad The dependency object the source should be obtained from. |
Returns
System. The source. |
SetSource(RadObject, String)
Sets the source.
Declaration
public static void SetSource(RadObject dependencyObject, string sourceValue)
Parameters
Rad The dependency object the source should be set to. |
System. The source value. |