Class ConditionalTableStyleInfo
Inheritance
System.Object
ConditionalTableStyleInfo
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.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
Declaration
[XamlCompositePropertySerializable]
public StyleDefinition Style { get; set; }
Property Value
StyleDefinition
|
Type
Declaration
[XamlSerializable]
public ConditionalTableStyleTypes Type { get; set; }
Property Value
ConditionalTableStyleTypes
|