Provides methods and properties for using a StyleGalleryContentItem.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class StyleGalleryContentItem : IStyleGalleryItem, INotifyPropertyChanged
Inheritance: objectStyleGalleryContentItem
Implements:
Constructors
Initializes a new instance of the StyleGalleryContentItem class.
Properties
Gets the cell style.
C#
public CellStyle CellStyle { get; }
The cell style.
Gets or sets the image source.
C#
public Image Image { 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: