Interface IRadPivotFieldList
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPivotFieldList : IControl, IFrameworkElement, ITargetElement
Properties
Declaration
IRadPivotFieldBox ColumnLabels { get; }
Property Value
Declaration
IRadPivotFieldListTree FieldListTree { get; }
Property Value
Declaration
IRadPivotFieldBox ReportFilter { get; }
Property Value
Declaration
IRadPivotFieldBox RowLabels { get; }
Property Value
Declaration
IRadPivotFieldBox Values { get; }
Property Value
Methods
Declaration
void DragFieldBoxItem(string FieldName, IRadPivotFieldBox SourceList, IRadPivotFieldBox TargetList)
Parameters
Declaration
void ToggleDeferLayoutUpdate()