ClassRadPivotFieldList
Wraps a Control element.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPivotFieldList : Control, IAutomationPeer, IPeerConverter, IRadPivotFieldList, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadPivotFieldList
Implements:
Inherited Members
Constructors
Properties
ColumnLabels
Gets IRadPivotFieldBox named ColumnLabels.
Declaration
public IRadPivotFieldBox ColumnLabels { get; }
Property Value
Implements
FieldListTree
Gets IRadPivotFieldListTree named PART_Fields.
Declaration
public IRadPivotFieldListTree FieldListTree { get; }
Property Value
Implements
ReportFilter
Gets IRadPivotFieldBox named ReportFilter.
Declaration
public IRadPivotFieldBox ReportFilter { get; }
Property Value
Implements
RowLabels
Gets IRadPivotFieldBox named RowLabels.
Declaration
public IRadPivotFieldBox RowLabels { get; }
Property Value
Implements
Values
Gets IRadPivotFieldBox named Values.
Declaration
public IRadPivotFieldBox Values { get; }
Property Value
Implements
Methods
DragFieldBoxItem(string, IRadPivotFieldBox, IRadPivotFieldBox)
Drag IRadPivotFieldBoxItem from source IRadPivotFieldBox to target IRadPivotFieldBox.
Declaration
public void DragFieldBoxItem(string FieldName, IRadPivotFieldBox SourceList, IRadPivotFieldBox TargetList)
Parameters
FieldName
SourceList
TargetList
Implements
ToggleDeferLayoutUpdate()
Toggle Defer Layout Update checkbox.
Declaration
public void ToggleDeferLayoutUpdate()
Implements