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