New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public CellData()

Fields

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

C#
public IAggregateDescription AggregateDescription { get; }

Gets the ColumnGroup.

C#
public object ColumnItem { get; }

Gets the RowGroup.

C#
public object RowItem { get; }