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

Represents the type of conditional table style information in Telerik's document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Styles

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ConditionalTableStyleInfo

Inheritance: objectConditionalTableStyleInfo

Constructors

C#
public ConditionalTableStyleInfo()
C#
public ConditionalTableStyleInfo(ConditionalTableStyleTypes type, StyleDefinition style)
Parameters:typeConditionalTableStyleTypesstyleStyleDefinition

Properties

Gets or sets the style associated with the conditional table style information.

C#
[XamlCompositePropertySerializable]
public StyleDefinition Style { get; set; }
Property Value:

The style that defines the appearance of the table when the conditional formatting is applied.

Gets or sets the style type.

C#
[XamlSerializable]
public ConditionalTableStyleTypes Type { get; set; }