Class TableStylesGallery
Represents table styles gallery.
Inheritance
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableStylesGallery : UserControl, IComponentConnector
Constructors
TableStylesGallery()
Fields
AssociatedRichTextBoxProperty
Declaration
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
System.Windows.DependencyProperty
|
BuiltInStylesVersionProperty
Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.BuiltInStylesVersion property.
Declaration
public static readonly DependencyProperty BuiltInStylesVersionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AssociatedRichTextBox
Gets or sets the associated rich text box.
Declaration
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
RadRichTextBox
The associated rich text box. |
BuiltInStylesVersion
Gets or sets the built in styles version.
Declaration
public BuiltInStylesVersion BuiltInStylesVersion { get; set; }
Property Value
BuiltInStylesVersion
The built in styles version. |
TableStylesGalleryViewModel
Gets or sets the table styles gallery view model.
Declaration
public TableStylesGalleryViewModel TableStylesGalleryViewModel { get; }
Property Value
TableStylesGalleryViewModel
The table styles gallery view model. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()