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

TableGalleryItem

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class TableGalleryItem : UserControl, IComponentConnector

Inheritance: objectTableGalleryItem

Implements: IComponentConnector

Constructors

Initializes a new instance of the TableGalleryItem class.

C#
public TableGalleryItem()

Fields

TableLookProperty

DependencyProperty

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

C#
public static readonly DependencyProperty TableLookProperty

TableStyleProperty

DependencyProperty

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

C#
public static readonly DependencyProperty TableStyleProperty

Properties

Gets or sets the table gallery item view model.

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

The table gallery item view model.

Gets or sets the table look.

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

The table look.

Gets or sets the table style.

C#
public StyleDefinition TableStyle { get; set; }
Property Value:

The table style.

Methods

InitializeComponent

C#
public void InitializeComponent()
C#
protected override Size MeasureOverride(Size constraint)
Parameters:constraintSizeReturns:

Size