Interface IRadPivotGridPanel
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPivotGridPanel : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
AllGroupHeaders
Declaration
IList<IRadPivotGroupHeader> AllGroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotGroupHeader>
|
AllHeaders
Declaration
IList<IRadPivotHeader> AllHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotHeader>
|
GroupHeaders
Declaration
IList<IRadPivotGroupHeader> GroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotGroupHeader>
|
Headers
Declaration
IList<IRadPivotHeader> Headers { get; }
Property Value
System.Collections.Generic.IList<IRadPivotHeader>
|