ClassRadPivotFieldListTree
Class
Wraps a ContentControl element.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadPivotFieldListTree : ContentControl, IAutomationPeer, IPeerConverter, IRadPivotFieldListTree, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadPivotFieldListTree
Implements:
Inherited Members
Constructors
Properties
FieldListGroupHeaders
Gest list of IRadPivotFieldListGroupHeader.
Declaration
cs-api-definition
public IList<IRadPivotFieldListGroupHeader> FieldListGroupHeaders { get; }
Property Value
Implements
FieldListHeaders
Gest list of IRadPivotFieldListHeader.
Declaration
cs-api-definition
public IList<IRadPivotFieldListHeader> FieldListHeaders { get; }
Property Value
Implements
Methods
UncheckAll()
UncheckAll checkboxes in IRadPivotFieldListTree.
Declaration
cs-api-definition
public void UncheckAll()
Implements