Class
TableGalleryItemViewModel

Represents table gallery item view-model.

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableGalleryItemViewModel : INotifyPropertyChanged

Inheritance: objectTableGalleryItemViewModel

Implements: INotifyPropertyChanged

Constructors

TableGalleryItemViewModel(StyleDefinition)

Initializes a new instance of the TableGalleryItemViewModel class.

Declaration

cs-api-definition
public TableGalleryItemViewModel(StyleDefinition tableStyle)

Parameters

tableStyle

StyleDefinition

The table style.

TableGalleryItemViewModel(StyleDefinition, TableLook)

Declaration

cs-api-definition
public TableGalleryItemViewModel(StyleDefinition tableStyle, TableLook tableLook)

Parameters

tableStyle

StyleDefinition

tableLook

TableLook

Properties

TableData

Gets or sets the table data.

Declaration

cs-api-definition
public List<CellData> TableData { get; }

Property Value

List<CellData>

The table data.

TableDimension

Gets the table dimension.

Declaration

cs-api-definition
public int TableDimension { get; }

Property Value

int

The table dimension.

TableStyle

Gets the table style.

Declaration

cs-api-definition
public StyleDefinition TableStyle { get; }

Property Value

StyleDefinition

The table style.

Methods

OnTableLayoutInvalidated()

Declaration

cs-api-definition
protected void OnTableLayoutInvalidated()

Release()

Releases this instance.

Declaration

cs-api-definition
public void Release()