Class QuickStyle
Describes the visual appearance of elements in TableBase.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class QuickStyle : DependencyObject
Constructors
QuickStyle()
Fields
ColumnFirstAlternationPatternProperty
Identifies the ColumnFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnFirstAlternationPatternProperty
Field Value
System.Windows.DependencyProperty
|
ColumnSecondAlternationPatternProperty
Identifies the ColumnSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty ColumnSecondAlternationPatternProperty
Field Value
System.Windows.DependencyProperty
|
ColumnSubgroupsProperty
Identifies the ColumnSubgroups dependency property.
Declaration
public static readonly DependencyProperty ColumnSubgroupsProperty
Field Value
System.Windows.DependencyProperty
|
GrandTotalColumnProperty
Identifies the GrandTotalColumn dependency property.
Declaration
public static readonly DependencyProperty GrandTotalColumnProperty
Field Value
System.Windows.DependencyProperty
|
GrandTotalRowProperty
Identifies the GrandTotalRow dependency property.
Declaration
public static readonly DependencyProperty GrandTotalRowProperty
Field Value
System.Windows.DependencyProperty
|
HeaderCellProperty
Identifies the HeaderCell dependency property.
Declaration
public static readonly DependencyProperty HeaderCellProperty
Field Value
System.Windows.DependencyProperty
|
HeaderColumnProperty
Identifies the HeaderColumn dependency property.
Declaration
public static readonly DependencyProperty HeaderColumnProperty
Field Value
System.Windows.DependencyProperty
|
HeaderRowProperty
Identifies the HeaderRow dependency property.
Declaration
public static readonly DependencyProperty HeaderRowProperty
Field Value
System.Windows.DependencyProperty
|
RowFirstAlternationPatternProperty
Identifies the RowFirstAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowFirstAlternationPatternProperty
Field Value
System.Windows.DependencyProperty
|
RowSecondAlternationPatternProperty
Identifies the RowSecondAlternationPattern dependency property.
Declaration
public static readonly DependencyProperty RowSecondAlternationPatternProperty
Field Value
System.Windows.DependencyProperty
|
RowSubgroupsProperty
Identifies the RowSubgroups dependency property.
Declaration
public static readonly DependencyProperty RowSubgroupsProperty
Field Value
System.Windows.DependencyProperty
|
SubtotalColumnsProperty
Identifies the SubtotalColumns dependency property.
Declaration
public static readonly DependencyProperty SubtotalColumnsProperty
Field Value
System.Windows.DependencyProperty
|
SubtotalRowsProperty
Identifies the SubtotalRows dependency property.
Declaration
public static readonly DependencyProperty SubtotalRowsProperty
Field Value
System.Windows.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
AlternationElementProperties
|
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
AlternationElementProperties
|
ColumnSubgroups
Gets a collection of ElementProperties objects that define the appearance of each level of column subgroups.
Declaration
public ElementPropertiesCollection ColumnSubgroups { get; }
Property Value
ElementPropertiesCollection
|
GrandTotalColumn
Gets or sets the ElementProperties that define the appearance of the GrandTotal column.
Declaration
public ElementProperties GrandTotalColumn { get; set; }
Property Value
ElementProperties
|
GrandTotalRow
Gets or sets the ElementProperties that define the appearance of the GrandTotal row.
Declaration
public ElementProperties GrandTotalRow { get; set; }
Property Value
ElementProperties
|
HeaderCell
Gets or sets the ElementProperties that define the appearance of the HeaderCell.
Declaration
public ElementProperties HeaderCell { get; set; }
Property Value
ElementProperties
|
HeaderColumn
Gets or sets the ElementProperties that define the appearance of the HeaderColumn.
Declaration
public ElementProperties HeaderColumn { get; set; }
Property Value
ElementProperties
|
HeaderRow
Gets or sets the ElementProperties that define the appearance of the HeaderRow.
Declaration
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
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
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
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
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
public ElementPropertiesCollection SubtotalRows { get; }
Property Value
ElementPropertiesCollection
|