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