New to Telerik UI for WinFormsStart a free 30-day trial

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: IComparable<TableStyleItemData>INotifyPropertyChanged

Constructors

Initializes a new instance of the TableStyleItemData class.

C#
public TableStyleItemData(StyleDefinition styleDefinition)
Parameters:styleDefinitionStyleDefinition

The style definition.

Properties

Gets or sets the style definition.

C#
public StyleDefinition StyleDefinition { get; set; }
Property Value:

The style definition.

C#
public string TableStyleGroupName { get; }

Methods

Compares to.

C#
public int CompareTo(TableStyleItemData other)
Parameters:otherTableStyleItemData

The other.

Returns:

int

Implements: IComparable<TableStyleItemData>.CompareTo(TableStyleItemData)

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged