Class
TableStyleItemData

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

Constructors

TableStyleItemData(StyleDefinition)

Initializes a new instance of the TableStyleItemData class.

Declaration

cs-api-definition
public TableStyleItemData(StyleDefinition styleDefinition)

Parameters

styleDefinition

StyleDefinition

The style definition.

Properties

StyleDefinition

Gets or sets the style definition.

Declaration

cs-api-definition
public StyleDefinition StyleDefinition { get; set; }

Property Value

StyleDefinition

The style definition.

Methods

CompareTo(TableStyleItemData)

Compares to.

Declaration

cs-api-definition
public int CompareTo(TableStyleItemData other)

Parameters

other

TableStyleItemData

The other.

Returns

int

Implements IComparable<TableStyleItemData>.CompareTo(TableStyleItemData)

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged