Class
ConditionalTableStyleInfo

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:

cs-api-definition
public class ConditionalTableStyleInfo

Inheritance: objectConditionalTableStyleInfo

Constructors

ConditionalTableStyleInfo()

Declaration

cs-api-definition
public ConditionalTableStyleInfo()

ConditionalTableStyleInfo(ConditionalTableStyleTypes, StyleDefinition)

Declaration

cs-api-definition
public ConditionalTableStyleInfo(ConditionalTableStyleTypes type, StyleDefinition style)

Parameters

type

ConditionalTableStyleTypes

style

StyleDefinition

Properties

Style

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

Declaration

cs-api-definition
[XamlCompositePropertySerializable]
public StyleDefinition Style { get; set; }

Property Value

StyleDefinition

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

Type

Gets or sets the style type.

Declaration

cs-api-definition
[XamlSerializable]
public ConditionalTableStyleTypes Type { get; set; }

Property Value

ConditionalTableStyleTypes