Represents table gallery item view-model.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.ViewModels
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TableGalleryItemViewModel : INotifyPropertyChanged
Inheritance: objectTableGalleryItemViewModel
Implements:
Constructors
C#
public TableGalleryItemViewModel(StyleDefinition tableStyle, TableLook tableLook)
Initializes a new instance of the TableGalleryItemViewModel class.
C#
public TableGalleryItemViewModel(StyleDefinition tableStyle)
The table style.
Properties
Gets or sets the table data.
C#
public List<CellData> TableData { get; }
The table data.
Gets the table dimension.
C#
public int TableDimension { get; }
The table dimension.
Gets the table style.
C#
public StyleDefinition TableStyle { get; }
The table style.
Methods
C#
protected void OnTableLayoutInvalidated()
Releases this instance.
C#
public void Release()