Class TableStyleItemData
Represents table style data.
Inheritance
System.Object
    TableStyleItemData
  Inherited Members
      System.Object.ToString()
    
    
      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.WinControls.UI.RichTextEditorRibbonUI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableStyleItemData : INotifyPropertyChanged, IComparable<TableStyleItemData>
  Constructors
TableStyleItemData(StyleDefinition)
Initializes a new instance of the TableStyleItemData class.
Declaration
public TableStyleItemData(StyleDefinition styleDefinition)
  Parameters
| 
        StyleDefinition
        styleDefinition
         The style definition.  | 
    
Properties
StyleDefinition
Gets or sets the style definition.
Declaration
public StyleDefinition StyleDefinition { get; set; }
  Property Value
| 
        StyleDefinition
         The style definition.  | 
    
TableStyleGroupName
Declaration
public string TableStyleGroupName { get; }
  Property Value
| 
        System.String
         
  | 
    
Methods
CompareTo(TableStyleItemData)
Compares to.
Declaration
public int CompareTo(TableStyleItemData other)
  Parameters
| 
        TableStyleItemData
        other
         The other.  | 
    
Returns
| 
        System.Int32
         
  | 
    
Implements
System.IComparable<T>.CompareTo(T)
  
  
  
  
  Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| 
        System.ComponentModel.PropertyChangedEventHandler
         
  |