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