Interface IRadPivotFieldListTree
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPivotFieldListTree : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
FieldListGroupHeaders
Declaration
IList<IRadPivotFieldListGroupHeader> FieldListGroupHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotFieldListGroupHeader>
|
FieldListHeaders
Declaration
IList<IRadPivotFieldListHeader> FieldListHeaders { get; }
Property Value
System.Collections.Generic.IList<IRadPivotFieldListHeader>
|
Methods
UncheckAll()
Declaration
void UncheckAll()