Class RadPivotCellPanel
Inheritance
System.Object
RadPivotCellPanel
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
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadPivotCellPanel : Control, IAutomationPeer, IPeerConverter, IRadPivotCellPanel, IControl, IFrameworkElement, ITargetElement
Constructors
RadPivotCellPanel()
Declaration
public RadPivotCellPanel()
Properties
AllCells
Declaration
public IList<IRadPivotCell> AllCells { get; }
Property Value
System.Collections.Generic.IList<IRadPivotCell>
|
Implements
Cells
Declaration
public IList<IRadPivotCell> Cells { get; }
Property Value
System.Collections.Generic.IList<IRadPivotCell>
|
Implements
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|