Class ConditionalTableStyleInfo
Represents the type of conditional table style information in Telerik's document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ConditionalTableStyleInfo : Object
Constructors
ConditionalTableStyleInfo()
Declaration
public ConditionalTableStyleInfo()
ConditionalTableStyleInfo(ConditionalTableStyleTypes, StyleDefinition)
Declaration
public ConditionalTableStyleInfo(ConditionalTableStyleTypes type, StyleDefinition style)
Parameters
ConditionalTableStyleTypes
type
|
StyleDefinition
style
|
Properties
Style
Gets or sets the style associated with the conditional table style information.
Declaration
[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
[XamlSerializable]
public ConditionalTableStyleTypes Type { get; set; }
Property Value
ConditionalTableStyleTypes
|