Class HtmlDataProvider
Represents a wrapper of Html
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class HtmlDataProvider : DataProviderBase
Constructors
HtmlDataProvider()
Fields
HtmlProperty
The HTML property.
Declaration
public static readonly DependencyProperty HtmlProperty
Field Value
System.
|
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.
|
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(DependencyObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
System. The dependency object the data provider should be obtained from. |
Returns
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
System. The dependency object the source should be obtained from. |
Returns
System. The source. |
SetSource(DependencyObject, String)
Sets the source.
Declaration
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
Parameters
System. The dependency object the source should be set to. |
System. The source value. |