Interface
IRadPivotFieldList

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: RadPivotFieldListRadPivotFieldList

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ColumnLabels

Gets IRadPivotFieldBox named ColumnLabels.

Declaration

cs-api-definition
IRadPivotFieldBox ColumnLabels { get; }

Property Value

IRadPivotFieldBox

FieldListTree

Gets IRadPivotFieldListTree named PART_Fields.

Declaration

cs-api-definition
IRadPivotFieldListTree FieldListTree { get; }

Property Value

IRadPivotFieldListTree

ReportFilter

Gets IRadPivotFieldBox named ReportFilter.

Declaration

cs-api-definition
IRadPivotFieldBox ReportFilter { get; }

Property Value

IRadPivotFieldBox

RowLabels

Gets IRadPivotFieldBox named RowLabels.

Declaration

cs-api-definition
IRadPivotFieldBox RowLabels { get; }

Property Value

IRadPivotFieldBox

Values

Gets IRadPivotFieldBox named Values.

Declaration

cs-api-definition
IRadPivotFieldBox Values { get; }

Property Value

IRadPivotFieldBox

Methods

DragFieldBoxItem(string, IRadPivotFieldBox, IRadPivotFieldBox)

Declaration

cs-api-definition
void DragFieldBoxItem(string FieldName, IRadPivotFieldBox SourceList, IRadPivotFieldBox TargetList)

Parameters

FieldName

string

SourceList

IRadPivotFieldBox

TargetList

IRadPivotFieldBox

ToggleDeferLayoutUpdate()

Toggle Defer Layout Update checkbox.

Declaration

cs-api-definition
void ToggleDeferLayoutUpdate()

UpdateGrid()

Click Update button.

Declaration

cs-api-definition
void UpdateGrid()