InterfaceIRadPivotFieldListTree
Interface
Represents the Silverlight RadFieldList's IRadPivotFieldListTree control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotFieldListTree : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
FieldListGroupHeaders
Gest list of IRadPivotFieldListGroupHeader.
Declaration
cs-api-definition
IList<IRadPivotFieldListGroupHeader> FieldListGroupHeaders { get; }
Property Value
FieldListHeaders
Gest list of IRadPivotFieldListHeader.
Declaration
cs-api-definition
IList<IRadPivotFieldListHeader> FieldListHeaders { get; }
Property Value
Methods
UncheckAll()
UncheckAll checkboxes in IRadPivotFieldListTree.
Declaration
cs-api-definition
void UncheckAll()