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.
|
ColumnItemProperty
Identifies the Column
Declaration
public static readonly DependencyProperty ColumnItemProperty
Field Value
System.
|
RowItemProperty
Identifies the Row
Declaration
public static readonly DependencyProperty RowItemProperty
Field Value
System.
|
Properties
AggregateDescription
Gets the IAggregate
Declaration
public IAggregateDescription AggregateDescription { get; }
Property Value
ColumnItem
Gets the ColumnGroup.
Declaration
public object ColumnItem { get; }
Property Value
System.
|
RowItem
Gets the RowGroup.
Declaration
public object RowItem { get; }
Property Value
System.
|