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