ClassCellData
Class
Dependency object used as data context for cells.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public class CellData : DataContextProxy
Inheritance: objectDataContextProxyCellData
Inherited Members
Constructors
CellData()
Declaration
cs-api-definition
public CellData()
Fields
AggregateDescriptionProperty
Identifies the AggregateDescription read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty AggregateDescriptionProperty
Field Value
DependencyProperty
ColumnItemProperty
Identifies the ColumnItem read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ColumnItemProperty
Field Value
DependencyProperty
RowItemProperty
Identifies the RowItem read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty RowItemProperty
Field Value
DependencyProperty
Properties
AggregateDescription
Gets the IAggregateDescription.
Declaration
cs-api-definition
public IAggregateDescription AggregateDescription { get; }
Property Value
ColumnItem
Gets the ColumnGroup.