ClassHtmlDataProvider
Represents a wrapper of HtmlFormatProvider that can be used in data binding scenarios.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HtmlDataProvider : DataProviderBase
Inheritance: objectDataProviderBaseHtmlDataProvider
Inherited Members
Constructors
HtmlDataProvider()
Initializes a new instance of the HtmlDataProvider class.
Declaration
public HtmlDataProvider()
Fields
HtmlProperty
The HTML property.
Declaration
public static readonly DependencyProperty HtmlProperty
Field Value
DependencyProperty
SourceProperty
The source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
Properties
Methods
Bind(RadRichTextBox)
Binds the specified RadRichTextBox to the current instance.
Declaration
protected override void Bind(RadRichTextBox box)
Parameters
box
The RadRichTextBox.
Overrides
GetAttachedDataProvider(DependencyObject)
Gets the attached data provider.
Declaration
public static DataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependency object the data provider should be obtained from.
Returns
GetSource(DependencyObject)
Gets the source.
Declaration
public static string GetSource(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObject
The dependency object the source should be obtained from.
Returns
The source.
SetSource(DependencyObject, string)
Sets the source.
Declaration
public static void SetSource(DependencyObject dependencyObject, string sourceValue)
Parameters
dependencyObject
DependencyObject
The dependency object the source should be set to.
sourceValue
The source value.