Interface IRadPivotCellPanel
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPivotCellPanel : IControl, IFrameworkElement, ITargetElement
Properties
AllCells
Declaration
IList<IRadPivotCell> AllCells { get; }
Property Value
System.Collections.Generic.IList<IRadPivotCell>
|
Cells
Declaration
IList<IRadPivotCell> Cells { get; }
Property Value
System.Collections.Generic.IList<IRadPivotCell>
|