QuickStyle
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
Initializes a new instance of the QuickStyle class.
public QuickStyle()
Fields
ColumnFirstAlternationPatternProperty
DependencyProperty
Identifies the ColumnFirstAlternationPattern dependency property.
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty
ColumnSecondAlternationPatternProperty
DependencyProperty
Identifies the ColumnSecondAlternationPattern dependency property.
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty
ColumnSubgroupsProperty
DependencyProperty
Identifies the ColumnSubgroups dependency property.
public static readonly DependencyProperty ColumnSubgroupsProperty
GrandTotalColumnProperty
DependencyProperty
Identifies the GrandTotalColumn dependency property.
public static readonly DependencyProperty GrandTotalColumnProperty
GrandTotalRowProperty
DependencyProperty
Identifies the GrandTotalRow dependency property.
public static readonly DependencyProperty GrandTotalRowProperty
HeaderCellProperty
DependencyProperty
Identifies the HeaderCell dependency property.
public static readonly DependencyProperty HeaderCellProperty
HeaderColumnProperty
DependencyProperty
Identifies the HeaderColumn dependency property.
public static readonly DependencyProperty HeaderColumnProperty
HeaderRowProperty
DependencyProperty
Identifies the HeaderRow dependency property.
public static readonly DependencyProperty HeaderRowProperty
RowFirstAlternationPatternProperty
DependencyProperty
Identifies the RowFirstAlternationPattern dependency property.
public static readonly DependencyProperty RowFirstAlternationPatternProperty
RowSecondAlternationPatternProperty
DependencyProperty
Identifies the RowSecondAlternationPattern dependency property.
public static readonly DependencyProperty RowSecondAlternationPatternProperty
RowSubgroupsProperty
DependencyProperty
Identifies the RowSubgroups dependency property.
public static readonly DependencyProperty RowSubgroupsProperty
SubtotalColumnsProperty
DependencyProperty
Identifies the SubtotalColumns dependency property.
public static readonly DependencyProperty SubtotalColumnsProperty
SubtotalRowsProperty
DependencyProperty
Identifies the SubtotalRows dependency property.
public static readonly DependencyProperty SubtotalRowsProperty
Properties
Gets or sets the AlternationElementProperties that define the appearance of columns in the first alternation pattern.
public AlternationElementProperties ColumnFirstAlternationPattern { get; set; }
Gets or sets the AlternationElementProperties that define the appearance of columns in the second alternation pattern.
public AlternationElementProperties ColumnSecondAlternationPattern { get; set; }
Gets a collection of ElementProperties objects that define the appearance of each level of column subgroups.
public ElementPropertiesCollection ColumnSubgroups { get; }
Gets or sets the ElementProperties that define the appearance of the GrandTotal column.
public ElementProperties GrandTotalColumn { get; set; }
Gets or sets the ElementProperties that define the appearance of the GrandTotal row.
public ElementProperties GrandTotalRow { get; set; }
Gets or sets the ElementProperties that define the appearance of the HeaderCell.
public ElementProperties HeaderCell { get; set; }
Gets or sets the ElementProperties that define the appearance of the HeaderColumn.
public ElementProperties HeaderColumn { get; set; }
Gets or sets the ElementProperties that define the appearance of the HeaderRow.
public ElementProperties HeaderRow { get; set; }
Gets or sets the AlternationElementProperties that define the appearance of rows in the first alternation pattern.
public AlternationElementProperties RowFirstAlternationPattern { get; set; }
Gets or sets the AlternationElementProperties that define the appearance of rows in the second alternation pattern.
public AlternationElementProperties RowSecondAlternationPattern { get; set; }
Gets a collection of ElementProperties objects that define the appearance of each level of row subgroups.
public ElementPropertiesCollection RowSubgroups { get; }
Gets a collection of ElementProperties objects that define the appearance of each level of subtotal columns.
public ElementPropertiesCollection SubtotalColumns { get; }
Gets a collection of ElementProperties objects that define the appearance of each level of subtotal rows.
public ElementPropertiesCollection SubtotalRows { get; }
Methods
CreateInstanceCore()
Freezable
Creates new instance of QuickStyle.