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