Class CustomRichTextControl
Inheritance
System.Object
CustomRichTextControl
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[CLSCompliant(false)]
public class CustomRichTextControl : RadRichTextBox
Constructors
CustomRichTextControl()
Declaration
public CustomRichTextControl()
Fields
RichTextProperty
Declaration
public static readonly DependencyProperty RichTextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RichText
Declaration
public string RichText { get; set; }
Property Value
System.String
|