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

Represents table style data.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.Models

Assembly:Telerik.Windows.Controls.RichTextBox.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.

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