Class TableStylesGalleryViewModel
Represents table styles gallery view-model.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.ViewModels
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableStylesGalleryViewModel : RadRichTextBoxViewModelBase, INotifyPropertyChanged
Constructors
TableStylesGalleryViewModel(RadRichTextBox, BuiltInStylesVersion)
Initializes a new instance of the Table
Declaration
public TableStylesGalleryViewModel(RadRichTextBox editor, BuiltInStylesVersion builtInStylesVersion)
Parameters
Rad The editor. |
Built The built in styles version. |
Properties
CurrentSelectedStyle
Gets or sets the current selected style.
Declaration
public StyleDefinition CurrentSelectedStyle { get; set; }
Property Value
Style The current selected style. |
CurrentTableLook
Gets or sets the current table look.
Declaration
public TableLook CurrentTableLook { get; set; }
Property Value
Table The current table look. |
DeleteStyleCommand
Gets the delete style command.
Declaration
public ICommand DeleteStyleCommand { get; }
Property Value
System. The delete style command. |
ManageTableStylesDialogCommand
Gets the manage table styles dialog command.
Declaration
public ICommand ManageTableStylesDialogCommand { get; }
Property Value
System. The manage table styles dialog command. |
StyleDefinitions
Gets or sets the style definitions.
Declaration
public IEnumerable<TableStylesGalleryItemContent> StyleDefinitions { get; }
Property Value
System. The style definitions. |