Class TableGalleryItemViewModel
Represents table gallery item view-model.
Inheritance
System.Object
TableGalleryItemViewModel
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.ViewModels
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableGalleryItemViewModel : Object, INotifyPropertyChanged
Constructors
TableGalleryItemViewModel(StyleDefinition)
Initializes a new instance of the TableGalleryItemViewModel class.
Declaration
public TableGalleryItemViewModel(StyleDefinition tableStyle)
Parameters
StyleDefinition
tableStyle
The table style. |
TableGalleryItemViewModel(StyleDefinition, TableLook)
Declaration
public TableGalleryItemViewModel(StyleDefinition tableStyle, TableLook tableLook)
Parameters
StyleDefinition
tableStyle
|
TableLook
tableLook
|
Properties
TableData
Gets or sets the table data.
Declaration
public List<CellData> TableData { get; }
Property Value
System.Collections.Generic.List<CellData>
The table data. |
TableDimension
Gets the table dimension.
Declaration
public int TableDimension { get; }
Property Value
System.Int32
The table dimension. |
TableStyle
Gets the table style.
Declaration
public StyleDefinition TableStyle { get; }
Property Value
StyleDefinition
The table style. |
Methods
OnTableLayoutInvalidated()
Declaration
protected void OnTableLayoutInvalidated()
Release()
Releases this instance.
Declaration
public void Release()