InterfaceIRadPivotCellPanel
Interface
Represents the Silverlight RadPivotGrid's IRadPivotCellPanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotCellPanel : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
AllCells
Gest list of all IRadPivotCell.
Declaration
cs-api-definition
IList<IRadPivotCell> AllCells { get; }
Property Value
Cells
Gest list of visible IRadPivotCell.
Declaration
cs-api-definition
IList<IRadPivotCell> Cells { get; }
Property Value