Class RadPivotGridPanel
Inheritance
System.Object
RadPivotGridPanel
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 RadPivotGridPanel : ContentControl, IAutomationPeer, IPeerConverter, IRadPivotGridPanel, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadPivotGridPanel()
Declaration
public RadPivotGridPanel()
Properties
AllGroupHeaders
Declaration
public IList<IRadPivotGroupHeader> AllGroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotGroupHeader>
|
Implements
AllHeaders
Declaration
public IList<IRadPivotHeader> AllHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotHeader>
|
Implements
GroupHeaders
Declaration
public IList<IRadPivotGroupHeader> GroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotGroupHeader>
|
Implements
Headers
Declaration
public IList<IRadPivotHeader> Headers { get; }
Property Value
System.Collections.Generic.IList<IRadPivotHeader>
|
Implements
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|