Class StyleGalleryContentItemViewModel
Provides properties for a StyleGalleryContentItem.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class StyleGalleryContentItemViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
StyleGalleryContentItemViewModel()
Declaration
public StyleGalleryContentItemViewModel()
Properties
ApplyStyleCommand
Gets or sets the apply style command.
Declaration
public ICommand ApplyStyleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The apply style command. |
ContentItem
Gets or sets the content item.
Declaration
public StyleGalleryContentItem ContentItem { get; set; }
Property Value
StyleGalleryContentItem
The content item. |
DeleteStyleCommand
Gets or sets the delete style command.
Declaration
public ICommand DeleteStyleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The delete style command. |
DuplicateStyleCommand
Gets or sets the duplicate style command.
Declaration
public ICommand DuplicateStyleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The duplicate style command. |
ModifyStyleCommand
Gets or sets the modify style command.
Declaration
public ICommand ModifyStyleCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The modify style command. |