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