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