TableStyleItemData
Class
Represents table style data.
Definition
Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableStyleItemData : INotifyPropertyChanged, IComparable<TableStyleItemData>
Inheritance: objectTableStyleItemData
Implements:
Constructors
Initializes a new instance of the TableStyleItemData class.
C#
public TableStyleItemData(StyleDefinition styleDefinition)
The style definition.
Properties
Gets or sets the style definition.
C#
public StyleDefinition StyleDefinition { get; set; }
The style definition.
C#
public string TableStyleGroupName { get; }
Methods
Compares to.
C#
public int CompareTo(TableStyleItemData other)
The other.
Returns:Implements:
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: