New to Telerik UI for WPFStart a free 30-day trial

Describes the visual appearance of elements in TableBase.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public class QuickStyle : Freezable

Inheritance: objectQuickStyle

Constructors

Initializes a new instance of the QuickStyle class.

C#
public QuickStyle()

Fields

Identifies the ColumnFirstAlternationPattern dependency property.

C#
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty

Identifies the ColumnSecondAlternationPattern dependency property.

C#
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty

ColumnSubgroupsProperty

DependencyProperty

Identifies the ColumnSubgroups dependency property.

C#
public static readonly DependencyProperty ColumnSubgroupsProperty

GrandTotalColumnProperty

DependencyProperty

Identifies the GrandTotalColumn dependency property.

C#
public static readonly DependencyProperty GrandTotalColumnProperty

GrandTotalRowProperty

DependencyProperty

Identifies the GrandTotalRow dependency property.

C#
public static readonly DependencyProperty GrandTotalRowProperty

HeaderCellProperty

DependencyProperty

Identifies the HeaderCell dependency property.

C#
public static readonly DependencyProperty HeaderCellProperty

HeaderColumnProperty

DependencyProperty

Identifies the HeaderColumn dependency property.

C#
public static readonly DependencyProperty HeaderColumnProperty

HeaderRowProperty

DependencyProperty

Identifies the HeaderRow dependency property.

C#
public static readonly DependencyProperty HeaderRowProperty

Identifies the RowFirstAlternationPattern dependency property.

C#
public static readonly DependencyProperty RowFirstAlternationPatternProperty

Identifies the RowSecondAlternationPattern dependency property.

C#
public static readonly DependencyProperty RowSecondAlternationPatternProperty

RowSubgroupsProperty

DependencyProperty

Identifies the RowSubgroups dependency property.

C#
public static readonly DependencyProperty RowSubgroupsProperty

SubtotalColumnsProperty

DependencyProperty

Identifies the SubtotalColumns dependency property.

C#
public static readonly DependencyProperty SubtotalColumnsProperty

SubtotalRowsProperty

DependencyProperty

Identifies the SubtotalRows dependency property.

C#
public static readonly DependencyProperty SubtotalRowsProperty

Properties

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

C#
public AlternationElementProperties ColumnFirstAlternationPattern { get; set; }

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

C#
public AlternationElementProperties ColumnSecondAlternationPattern { get; set; }

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

C#
public ElementPropertiesCollection ColumnSubgroups { get; }

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

C#
public ElementProperties GrandTotalColumn { get; set; }

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

C#
public ElementProperties GrandTotalRow { get; set; }

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

C#
public ElementProperties HeaderCell { get; set; }

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

C#
public ElementProperties HeaderColumn { get; set; }

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

C#
public ElementProperties HeaderRow { get; set; }

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

C#
public AlternationElementProperties RowFirstAlternationPattern { get; set; }

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

C#
public AlternationElementProperties RowSecondAlternationPattern { get; set; }

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

C#
public ElementPropertiesCollection RowSubgroups { get; }

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

C#
public ElementPropertiesCollection SubtotalColumns { get; }

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

C#
public ElementPropertiesCollection SubtotalRows { get; }

Methods

Creates new instance of QuickStyle.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

New instance of QuickStyle.