Class RadPivotGrid
Inheritance
System.Object
RadPivotGrid
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadPivotGrid : Control, IAutomationPeer, IPeerConverter, IRadPivotGrid, IControl, IFrameworkElement, ITargetElement
Constructors
RadPivotGrid()
Declaration
public RadPivotGrid()
Properties
CellsPanel
Declaration
public IRadPivotCellPanel CellsPanel { get; }
Property Value
IRadPivotCellPanel
|
Implements
ColumnsPanel
Declaration
public IRadPivotGridPanel ColumnsPanel { get; }
Property Value
IRadPivotGridPanel
|
Implements
RowsPanel
Declaration
public IRadPivotGridPanel RowsPanel { get; }
Property Value
IRadPivotGridPanel
|
Implements
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|