ClassQuickStyle
Describes the visual appearance of elements in TableBase.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
public class QuickStyle : Freezable
Inheritance: objectQuickStyle
Constructors
QuickStyle()
Initializes a new instance of the QuickStyle class.
Declaration
public QuickStyle()
Fields
ColumnFirstAlternationPatternProperty
Identifies the ColumnFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty
Field Value
DependencyProperty
ColumnSecondAlternationPatternProperty
Identifies the ColumnSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty
Field Value
DependencyProperty
ColumnSubgroupsProperty
Identifies the ColumnSubgroups dependency property.
Declaration
public static readonly DependencyProperty ColumnSubgroupsProperty
Field Value
DependencyProperty
GrandTotalColumnProperty
Identifies the GrandTotalColumn dependency property.
Declaration
public static readonly DependencyProperty GrandTotalColumnProperty
Field Value
DependencyProperty
GrandTotalRowProperty
Identifies the GrandTotalRow dependency property.
Declaration
public static readonly DependencyProperty GrandTotalRowProperty
Field Value
DependencyProperty
HeaderCellProperty
Identifies the HeaderCell dependency property.
Declaration
public static readonly DependencyProperty HeaderCellProperty
Field Value
DependencyProperty
HeaderColumnProperty
Identifies the HeaderColumn dependency property.
Declaration
public static readonly DependencyProperty HeaderColumnProperty
Field Value
DependencyProperty
HeaderRowProperty
Identifies the HeaderRow dependency property.
Declaration
public static readonly DependencyProperty HeaderRowProperty
Field Value
DependencyProperty
RowFirstAlternationPatternProperty
Identifies the RowFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowFirstAlternationPatternProperty
Field Value
DependencyProperty
RowSecondAlternationPatternProperty
Identifies the RowSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowSecondAlternationPatternProperty
Field Value
DependencyProperty
RowSubgroupsProperty
Identifies the RowSubgroups dependency property.
Declaration
public static readonly DependencyProperty RowSubgroupsProperty
Field Value
DependencyProperty
SubtotalColumnsProperty
Identifies the SubtotalColumns dependency property.
Declaration
public static readonly DependencyProperty SubtotalColumnsProperty
Field Value
DependencyProperty
SubtotalRowsProperty
Identifies the SubtotalRows dependency property.
Declaration
public static readonly DependencyProperty SubtotalRowsProperty
Field Value
DependencyProperty
Properties
ColumnFirstAlternationPattern
Gets or sets the AlternationElementProperties that define the appearance of columns in the first alternation pattern.
Declaration
public AlternationElementProperties ColumnFirstAlternationPattern { get; set; }
Property Value
ColumnSecondAlternationPattern
Gets or sets the AlternationElementProperties that define the appearance of columns in the second alternation pattern.
Declaration
public AlternationElementProperties ColumnSecondAlternationPattern { get; set; }
Property Value
ColumnSubgroups
Gets a collection of ElementProperties objects that define the appearance of each level of column subgroups.
Declaration
public ElementPropertiesCollection ColumnSubgroups { get; }
Property Value
GrandTotalColumn
Gets or sets the ElementProperties that define the appearance of the GrandTotal column.
Declaration
public ElementProperties GrandTotalColumn { get; set; }
Property Value
GrandTotalRow
Gets or sets the ElementProperties that define the appearance of the GrandTotal row.
Declaration
public ElementProperties GrandTotalRow { get; set; }
Property Value
HeaderCell
Gets or sets the ElementProperties that define the appearance of the HeaderCell.
Declaration
public ElementProperties HeaderCell { get; set; }
Property Value
HeaderColumn
Gets or sets the ElementProperties that define the appearance of the HeaderColumn.
Declaration
public ElementProperties HeaderColumn { get; set; }
Property Value
HeaderRow
Gets or sets the ElementProperties that define the appearance of the HeaderRow.
Declaration
public ElementProperties HeaderRow { get; set; }
Property Value
RowFirstAlternationPattern
Gets or sets the AlternationElementProperties that define the appearance of rows in the first alternation pattern.
Declaration
public AlternationElementProperties RowFirstAlternationPattern { get; set; }
Property Value
RowSecondAlternationPattern
Gets or sets the AlternationElementProperties that define the appearance of rows in the second alternation pattern.
Declaration
public AlternationElementProperties RowSecondAlternationPattern { get; set; }
Property Value
RowSubgroups
Gets a collection of ElementProperties objects that define the appearance of each level of row subgroups.
Declaration
public ElementPropertiesCollection RowSubgroups { get; }
Property Value
SubtotalColumns
Gets a collection of ElementProperties objects that define the appearance of each level of subtotal columns.
Declaration
public ElementPropertiesCollection SubtotalColumns { get; }
Property Value
SubtotalRows
Gets a collection of ElementProperties objects that define the appearance of each level of subtotal rows.
Declaration
public ElementPropertiesCollection SubtotalRows { get; }
Property Value
Methods
CreateInstanceCore()
Creates new instance of QuickStyle.
Declaration
protected override Freezable CreateInstanceCore()
Returns
Freezable
New instance of QuickStyle.