Class
TableStylesGallery

Represents table styles gallery.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableStylesGallery : UserControl, IComponentConnector

Inheritance: objectTableStylesGallery

Implements: IComponentConnector

Constructors

TableStylesGallery()

Initializes a new instance of the TableStylesGallery class.

Declaration

cs-api-definition
public TableStylesGallery()

Fields

AssociatedRichTextBoxProperty

Declaration

cs-api-definition
public static readonly DependencyProperty AssociatedRichTextBoxProperty

Field Value

DependencyProperty

BuiltInStylesVersionProperty

Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.BuiltInStylesVersion property.

Declaration

cs-api-definition
public static readonly DependencyProperty BuiltInStylesVersionProperty

Field Value

DependencyProperty

Properties

AssociatedRichTextBox

Gets or sets the associated rich text box.

Declaration

cs-api-definition
public RadRichTextBox AssociatedRichTextBox { get; set; }

Property Value

RadRichTextBox

The associated rich text box.

BuiltInStylesVersion

Gets or sets the built in styles version.

Declaration

cs-api-definition
public BuiltInStylesVersion BuiltInStylesVersion { get; set; }

Property Value

BuiltInStylesVersion

The built in styles version.

TableStylesGalleryViewModel

Gets or sets the table styles gallery view model.

Declaration

cs-api-definition
public TableStylesGalleryViewModel TableStylesGalleryViewModel { get; }

Property Value

TableStylesGalleryViewModel

The table styles gallery view model.

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()