ClassRadPivotGrid
Class
Wraps a Control element.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadPivotGrid : Control, IAutomationPeer, IPeerConverter, IRadPivotGrid, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadPivotGrid
Implements:
Inherited Members
Constructors
Properties
CellsPanel
Gets IRadPivotGridPanel with name "PART_CellsHost".
Declaration
cs-api-definition
public IRadPivotCellPanel CellsPanel { get; }
Property Value
Implements
ColumnsPanel
Gets IRadPivotGridPanel with name "PART_ColumnsHost".
Declaration
cs-api-definition
public IRadPivotGridPanel ColumnsPanel { get; }
Property Value
Implements
RowsPanel
Gets IRadPivotGridPanel with name "PART_RowsHost".
Declaration
cs-api-definition
public IRadPivotGridPanel RowsPanel { get; }
Property Value
Implements