Class StyleGalleryContentItem
Provides methods and properties for using a StyleGalleryContentItem.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class StyleGalleryContentItem : IStyleGalleryItem, INotifyPropertyChanged
Constructors
StyleGalleryContentItem(CellStyle)
Initializes a new instance of the Style
Declaration
public StyleGalleryContentItem(CellStyle cellStyle)
Parameters
Cell The cell style. |
Properties
CellStyle
Gets the cell style.
Declaration
public CellStyle CellStyle { get; }
Property Value
Cell The cell style. |
Image
Gets or sets the image source.
Declaration
public Image Image { get; set; }
Property Value
System. The image source. |
IsSnapshotInvalidated
Gets a value indicating whether the snapshot is invalidated.
Declaration
public bool IsSnapshotInvalidated { get; }
Property Value
System. Boolean indicating whether the snapshot is invalidated. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
InvalidateSnapshot()
Invalidates the snapshot.
Declaration
public void InvalidateSnapshot()
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|