InterfaceIRadPivotGridPanel
Interface
Represents the Silverlight RadPivot's IRadPivotGridPanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotGridPanel : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
AllGroupHeaders
Gets list of all IRadPivotGroupHeader.
Declaration
cs-api-definition
IList<IRadPivotGroupHeader> AllGroupHeaders { get; }
Property Value
AllHeaders
Gets list of all IRadPivotHeader.
Declaration
cs-api-definition
IList<IRadPivotHeader> AllHeaders { get; }
Property Value
GroupHeaders
Gets list of visibleIRadPivotGroupHeader.
Declaration
cs-api-definition
IList<IRadPivotGroupHeader> GroupHeaders { get; }
Property Value
Headers
Gets list of visible IRadPivotHeader.
Declaration
cs-api-definition
IList<IRadPivotHeader> Headers { get; }
Property Value