ClassTableGalleryItemViewModel
Class
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:
Constructors
TableGalleryItemViewModel(StyleDefinition)
Initializes a new instance of the TableGalleryItemViewModel class.
Declaration
cs-api-definition
public TableGalleryItemViewModel(StyleDefinition tableStyle)
Parameters
tableStyle
The table style.
TableGalleryItemViewModel(StyleDefinition, TableLook)
Declaration
cs-api-definition
public TableGalleryItemViewModel(StyleDefinition tableStyle, TableLook tableLook)
Parameters
tableStyle
tableLook
Properties
TableData
Gets or sets the table data.
TableDimension
Gets the table dimension.
Declaration
cs-api-definition
public int TableDimension { get; }
Property Value
The table dimension.
TableStyle
Gets the table style.
Declaration
cs-api-definition
public StyleDefinition TableStyle { get; }
Property Value
The table style.
Methods
OnTableLayoutInvalidated()
Declaration
cs-api-definition
protected void OnTableLayoutInvalidated()