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