Class RadRichTextBoxGridViewEditor
This is an adapter class that adapts RadRichTextBox to IGridViewEditor interface. It is public because it should be initialized with reflection.
Inheritance
System.Object
RadRichTextBoxGridViewEditor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RadRichTextBoxGridViewEditor : IGridViewEditor
Constructors
RadRichTextBoxGridViewEditor(RadRichTextBox)
Initializes a new instance of the RadRichTextBoxGridViewEditor class.
Declaration
public RadRichTextBoxGridViewEditor(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
The adapted RadRichTextBox. |