InterfaceIRadPivotFieldList
Interface
Represents the Silverlight RadFieldList's IRadPivotFieldList control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotFieldList : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ColumnLabels
Gets IRadPivotFieldBox named ColumnLabels.
Declaration
cs-api-definition
IRadPivotFieldBox ColumnLabels { get; }
Property Value
FieldListTree
Gets IRadPivotFieldListTree named PART_Fields.
Declaration
cs-api-definition
IRadPivotFieldListTree FieldListTree { get; }
Property Value
ReportFilter
Gets IRadPivotFieldBox named ReportFilter.
Declaration
cs-api-definition
IRadPivotFieldBox ReportFilter { get; }
Property Value
RowLabels
Gets IRadPivotFieldBox named RowLabels.
Values
Gets IRadPivotFieldBox named Values.
Methods
DragFieldBoxItem(string, IRadPivotFieldBox, IRadPivotFieldBox)
Drag IRadPivotFieldBoxItem from source IRadPivotFieldBox to target IRadPivotFieldBox.
Declaration
cs-api-definition
void DragFieldBoxItem(string FieldName, IRadPivotFieldBox SourceList, IRadPivotFieldBox TargetList)
Parameters
FieldName
SourceList
TargetList
ToggleDeferLayoutUpdate()
Toggle Defer Layout Update checkbox.
Declaration
cs-api-definition
void ToggleDeferLayoutUpdate()