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