Class
QuickStyle

Describes the visual appearance of elements in TableBase.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class QuickStyle : Freezable

Inheritance: objectQuickStyle

Constructors

QuickStyle()

Initializes a new instance of the QuickStyle class.

Declaration

cs-api-definition
public QuickStyle()

Fields

ColumnFirstAlternationPatternProperty

Identifies the ColumnFirstAlternationPattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty

Field Value

DependencyProperty

ColumnSecondAlternationPatternProperty

Identifies the ColumnSecondAlternationPattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty

Field Value

DependencyProperty

ColumnSubgroupsProperty

Identifies the ColumnSubgroups dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnSubgroupsProperty

Field Value

DependencyProperty

GrandTotalColumnProperty

Identifies the GrandTotalColumn dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GrandTotalColumnProperty

Field Value

DependencyProperty

GrandTotalRowProperty

Identifies the GrandTotalRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GrandTotalRowProperty

Field Value

DependencyProperty

HeaderCellProperty

Identifies the HeaderCell dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderCellProperty

Field Value

DependencyProperty

HeaderColumnProperty

Identifies the HeaderColumn dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderColumnProperty

Field Value

DependencyProperty

HeaderRowProperty

Identifies the HeaderRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderRowProperty

Field Value

DependencyProperty

RowFirstAlternationPatternProperty

Identifies the RowFirstAlternationPattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowFirstAlternationPatternProperty

Field Value

DependencyProperty

RowSecondAlternationPatternProperty

Identifies the RowSecondAlternationPattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowSecondAlternationPatternProperty

Field Value

DependencyProperty

RowSubgroupsProperty

Identifies the RowSubgroups dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowSubgroupsProperty

Field Value

DependencyProperty

SubtotalColumnsProperty

Identifies the SubtotalColumns dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SubtotalColumnsProperty

Field Value

DependencyProperty

SubtotalRowsProperty

Identifies the SubtotalRows dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public AlternationElementProperties ColumnFirstAlternationPattern { get; set; }

Property Value

AlternationElementProperties

ColumnSecondAlternationPattern

Gets or sets the AlternationElementProperties that define the appearance of columns in the second alternation pattern.

Declaration

cs-api-definition
public AlternationElementProperties ColumnSecondAlternationPattern { get; set; }

Property Value

AlternationElementProperties

ColumnSubgroups

Gets a collection of ElementProperties objects that define the appearance of each level of column subgroups.

Declaration

cs-api-definition
public ElementPropertiesCollection ColumnSubgroups { get; }

Property Value

ElementPropertiesCollection

GrandTotalColumn

Gets or sets the ElementProperties that define the appearance of the GrandTotal column.

Declaration

cs-api-definition
public ElementProperties GrandTotalColumn { get; set; }

Property Value

ElementProperties

GrandTotalRow

Gets or sets the ElementProperties that define the appearance of the GrandTotal row.

Declaration

cs-api-definition
public ElementProperties GrandTotalRow { get; set; }

Property Value

ElementProperties

HeaderCell

Gets or sets the ElementProperties that define the appearance of the HeaderCell.

Declaration

cs-api-definition
public ElementProperties HeaderCell { get; set; }

Property Value

ElementProperties

HeaderColumn

Gets or sets the ElementProperties that define the appearance of the HeaderColumn.

Declaration

cs-api-definition
public ElementProperties HeaderColumn { get; set; }

Property Value

ElementProperties

HeaderRow

Gets or sets the ElementProperties that define the appearance of the HeaderRow.

Declaration

cs-api-definition
public ElementProperties HeaderRow { get; set; }

Property Value

ElementProperties

RowFirstAlternationPattern

Gets or sets the AlternationElementProperties that define the appearance of rows in the first alternation pattern.

Declaration

cs-api-definition
public AlternationElementProperties RowFirstAlternationPattern { get; set; }

Property Value

AlternationElementProperties

RowSecondAlternationPattern

Gets or sets the AlternationElementProperties that define the appearance of rows in the second alternation pattern.

Declaration

cs-api-definition
public AlternationElementProperties RowSecondAlternationPattern { get; set; }

Property Value

AlternationElementProperties

RowSubgroups

Gets a collection of ElementProperties objects that define the appearance of each level of row subgroups.

Declaration

cs-api-definition
public ElementPropertiesCollection RowSubgroups { get; }

Property Value

ElementPropertiesCollection

SubtotalColumns

Gets a collection of ElementProperties objects that define the appearance of each level of subtotal columns.

Declaration

cs-api-definition
public ElementPropertiesCollection SubtotalColumns { get; }

Property Value

ElementPropertiesCollection

SubtotalRows

Gets a collection of ElementProperties objects that define the appearance of each level of subtotal rows.

Declaration

cs-api-definition
public ElementPropertiesCollection SubtotalRows { get; }

Property Value

ElementPropertiesCollection

Methods

CreateInstanceCore()

Creates new instance of QuickStyle.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

New instance of QuickStyle.