InterfaceIRadPivotGrid
Interface
Represents the Silverlight RadPivot's IRadPivotGrid control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotGrid : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CellsPanel
Gets IRadPivotGridPanel with name "PART_CellsHost".
Declaration
cs-api-definition
IRadPivotCellPanel CellsPanel { get; }
Property Value
ColumnsPanel
Gets IRadPivotGridPanel with name "PART_ColumnsHost".
Declaration
cs-api-definition
IRadPivotGridPanel ColumnsPanel { get; }
Property Value
RowsPanel
Gets IRadPivotGridPanel with name "PART_RowsHost".
Declaration
cs-api-definition
IRadPivotGridPanel RowsPanel { get; }
Property Value