TableStylesGallery
Class
Represents table styles gallery.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TableStylesGallery : UserControl, IComponentConnector
Inheritance: objectTableStylesGallery
Implements:
Constructors
Initializes a new instance of the TableStylesGallery class.
C#
public TableStylesGallery()
Fields
AssociatedRichTextBoxProperty
DependencyProperty
C#
public static readonly DependencyProperty AssociatedRichTextBoxProperty
BuiltInStylesVersionProperty
DependencyProperty
Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.BuiltInStylesVersion property.
C#
public static readonly DependencyProperty BuiltInStylesVersionProperty
Properties
Gets or sets the associated rich text box.
C#
public RadRichTextBox AssociatedRichTextBox { get; set; }
The associated rich text box.
Gets or sets the built in styles version.
C#
public BuiltInStylesVersion BuiltInStylesVersion { get; set; }
The built in styles version.
Gets or sets the table styles gallery view model.
C#
public TableStylesGalleryViewModel TableStylesGalleryViewModel { get; }
The table styles gallery view model.
Methods
InitializeComponent
C#
public void InitializeComponent()