Class TableStyleItemData
Represents table style data.
Inheritance
System.Object
TableStyleItemData
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.Models
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableStyleItemData : Object, INotifyPropertyChanged, IComparable<TableStyleItemData>
Constructors
TableStyleItemData(StyleDefinition)
Initializes a new instance of the Table
Declaration
public TableStyleItemData(StyleDefinition styleDefinition)
Parameters
Style The style definition. |
Properties
StyleDefinition
Gets or sets the style definition.
Declaration
public StyleDefinition StyleDefinition { get; set; }
Property Value
Style The style definition. |
Methods
CompareTo(TableStyleItemData)
Compares to.
Declaration
public int CompareTo(TableStyleItemData other)
Parameters
Table The other. |
Returns
System.
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|