Provides methods and properties for using a StyleGalleryContentItem.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class StyleGalleryContentItem : IStyleGalleryItem, INotifyPropertyChanged
Inheritance: objectStyleGalleryContentItem
Implements:
Constructors
Initializes a new instance of the StyleGalleryContentItem class.
C#
public StyleGalleryContentItem(CellStyle cellStyle)
The cell style.
Properties
CellStyle
CellStyle
Gets the cell style.
C#
public CellStyle CellStyle { get; }
The cell style.
ImageSource
ImageSource
Gets or sets the image source.
C#
public ImageSource ImageSource { get; set; }
The image source.
Gets a value indicating whether the snapshot is invalidated.
C#
public bool IsSnapshotInvalidated { get; }
Boolean indicating whether the snapshot is invalidated.
Methods
Invalidates the snapshot.
C#
public void InvalidateSnapshot()
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: