New to Telerik UI for WPFStart a free 30-day trial

Provides properties for a StyleGalleryContentItem.

Definition

Constructors

C#
public StyleGalleryContentItemViewModel()

Properties

Gets or sets the apply style command.

C#
public ICommand ApplyStyleCommand { get; set; }
Property Value:

The apply style command.

Gets or sets the content item.

C#
public StyleGalleryContentItem ContentItem { get; set; }
Property Value:

The content item.

Gets or sets the delete style command.

C#
public ICommand DeleteStyleCommand { get; set; }
Property Value:

The delete style command.

Gets or sets the duplicate style command.

C#
public ICommand DuplicateStyleCommand { get; set; }
Property Value:

The duplicate style command.

Gets or sets the modify style command.

C#
public ICommand ModifyStyleCommand { get; set; }
Property Value:

The modify style command.