Class QuickStyle
Describes the visual appearance of elements in Table
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class QuickStyle : Freezable
Constructors
QuickStyle()
Fields
ColumnFirstAlternationPatternProperty
Identifies the ColumnFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty
Field Value
System.
|
ColumnSecondAlternationPatternProperty
Identifies the ColumnSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty
Field Value
System.
|
ColumnSubgroupsProperty
Identifies the ColumnSubgroups dependency property.
Declaration
public static readonly DependencyProperty ColumnSubgroupsProperty
Field Value
System.
|
GrandTotalColumnProperty
Identifies the GrandTotalColumn dependency property.
Declaration
public static readonly DependencyProperty GrandTotalColumnProperty
Field Value
System.
|
GrandTotalRowProperty
Identifies the GrandTotalRow dependency property.
Declaration
public static readonly DependencyProperty GrandTotalRowProperty
Field Value
System.
|
HeaderCellProperty
Identifies the HeaderCell dependency property.
Declaration
public static readonly DependencyProperty HeaderCellProperty
Field Value
System.
|
HeaderColumnProperty
Identifies the HeaderColumn dependency property.
Declaration
public static readonly DependencyProperty HeaderColumnProperty
Field Value
System.
|
HeaderRowProperty
Identifies the HeaderRow dependency property.
Declaration
public static readonly DependencyProperty HeaderRowProperty
Field Value
System.
|
RowFirstAlternationPatternProperty
Identifies the RowFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowFirstAlternationPatternProperty
Field Value
System.
|
RowSecondAlternationPatternProperty
Identifies the RowSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowSecondAlternationPatternProperty
Field Value
System.
|
RowSubgroupsProperty
Identifies the RowSubgroups dependency property.
Declaration
public static readonly DependencyProperty RowSubgroupsProperty
Field Value
System.
|
SubtotalColumnsProperty
Identifies the SubtotalColumns dependency property.
Declaration
public static readonly DependencyProperty SubtotalColumnsProperty
Field Value
System.
|
SubtotalRowsProperty
Identifies the SubtotalRows dependency property.
Declaration
public static readonly DependencyProperty SubtotalRowsProperty
Field Value
System.
|
Properties
ColumnFirstAlternationPattern
Gets or sets the Alternation
Declaration
public AlternationElementProperties ColumnFirstAlternationPattern { get; set; }
Property Value
ColumnSecondAlternationPattern
Gets or sets the Alternation
Declaration
public AlternationElementProperties ColumnSecondAlternationPattern { get; set; }
Property Value
ColumnSubgroups
Gets a collection of Element
Declaration
public ElementPropertiesCollection ColumnSubgroups { get; }
Property Value
GrandTotalColumn
Gets or sets the Element
Declaration
public ElementProperties GrandTotalColumn { get; set; }
Property Value
GrandTotalRow
Gets or sets the Element
Declaration
public ElementProperties GrandTotalRow { get; set; }
Property Value
HeaderCell
Gets or sets the Element
Declaration
public ElementProperties HeaderCell { get; set; }
Property Value
HeaderColumn
Gets or sets the Element
Declaration
public ElementProperties HeaderColumn { get; set; }
Property Value
HeaderRow
Gets or sets the Element
Declaration
public ElementProperties HeaderRow { get; set; }
Property Value
RowFirstAlternationPattern
Gets or sets the Alternation
Declaration
public AlternationElementProperties RowFirstAlternationPattern { get; set; }
Property Value
RowSecondAlternationPattern
Gets or sets the Alternation
Declaration
public AlternationElementProperties RowSecondAlternationPattern { get; set; }
Property Value
RowSubgroups
Gets a collection of Element
Declaration
public ElementPropertiesCollection RowSubgroups { get; }
Property Value
SubtotalColumns
Gets a collection of Element
Declaration
public ElementPropertiesCollection SubtotalColumns { get; }
Property Value
SubtotalRows
Gets a collection of Element
Declaration
public ElementPropertiesCollection SubtotalRows { get; }
Property Value
Methods
CreateInstanceCore()
Creates new instance of Quick
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. New instance of Quick |