ClassRadPivotGridPanel
Class
Wraps a ContentControl element.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadPivotGridPanel : ContentControl, IAutomationPeer, IPeerConverter, IRadPivotGridPanel, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadPivotGridPanel
Implements:
Inherited Members
Constructors
Properties
AllGroupHeaders
Gets list of all IRadPivotGroupHeader.
Declaration
cs-api-definition
public IList<IRadPivotGroupHeader> AllGroupHeaders { get; }
Property Value
Implements
AllHeaders
Gets list of all IRadPivotHeader.
Declaration
cs-api-definition
public IList<IRadPivotHeader> AllHeaders { get; }
Property Value
Implements
GroupHeaders
Gets list of visibleIRadPivotGroupHeader.
Declaration
cs-api-definition
public IList<IRadPivotGroupHeader> GroupHeaders { get; }
Property Value
Implements
Headers
Gets list of visible IRadPivotHeader.
Declaration
cs-api-definition
public IList<IRadPivotHeader> Headers { get; }
Property Value
Implements