Class StyleGalleryItem
Inheritance
System.Object
    
    
    
    
    
    
    
    
    StyleGalleryItem
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class StyleGalleryItem : RadGalleryItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, ICloneable
  Constructors
StyleGalleryItem()
Declaration
public StyleGalleryItem()
  Properties
ContentItem
Gets or sets the content item.
Declaration
public StyleGalleryContentItem ContentItem { get; set; }
  Property Value
| 
        StyleGalleryContentItem
         The content item.  | 
    
ThemeEffectiveType
Gets the type of the theme effective.
Declaration
protected override Type ThemeEffectiveType { get; }
  Property Value
| 
        System.Type
         The type of the theme effective.  | 
    
Overrides
Methods
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
  Parameters
| 
        System.String
        propertyName
         
  |