Class
CellData

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 DataContextProxy.DataPropertyDataContextProxy.Data

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

Declaration

cs-api-definition
public IAggregateDescription AggregateDescription { get; }

Property Value

IAggregateDescription

ColumnItem

Gets the ColumnGroup.

Declaration

cs-api-definition
public object ColumnItem { get; }

Property Value

object

RowItem

Gets the RowGroup.

Declaration

cs-api-definition
public object RowItem { get; }

Property Value

object