Class
StyleGalleryContentItemViewModel

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: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

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

ICommand

The apply style command.

ContentItem

Gets or sets the content item.

Declaration

cs-api-definition
public StyleGalleryContentItem ContentItem { get; set; }

Property Value

StyleGalleryContentItem

The content item.

DeleteStyleCommand

Gets or sets the delete style command.

Declaration

cs-api-definition
public ICommand DeleteStyleCommand { get; set; }

Property Value

ICommand

The delete style command.

DuplicateStyleCommand

Gets or sets the duplicate style command.

Declaration

cs-api-definition
public ICommand DuplicateStyleCommand { get; set; }

Property Value

ICommand

The duplicate style command.

ModifyStyleCommand

Gets or sets the modify style command.

Declaration

cs-api-definition
public ICommand ModifyStyleCommand { get; set; }

Property Value

ICommand

The modify style command.