ClassRadPivotFieldListTree
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadPivotFieldListTree : ContentControl, IAutomationPeer, IPeerConverter, IRadPivotFieldListTree, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadPivotFieldListTree
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