New to Telerik UI for WPFStart a free 30-day trial

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: IComponentConnector

Constructors

Initializes a new instance of the TableStylesGallery class.

C#
public TableStylesGallery()

Fields

C#
public static readonly DependencyProperty AssociatedRichTextBoxProperty

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; }
Property Value:

The associated rich text box.

Gets or sets the built in styles version.

C#
public BuiltInStylesVersion BuiltInStylesVersion { get; set; }
Property Value:

The built in styles version.

Gets or sets the table styles gallery view model.

C#
public TableStylesGalleryViewModel TableStylesGalleryViewModel { get; }
Property Value:

The table styles gallery view model.

Methods

InitializeComponent

C#
public void InitializeComponent()