Class RadPivotFieldList
Represents the pivot field list.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
[TelerikToolboxCategory("Data Controls")]
public class RadPivotFieldList : UserControl
Constructors
RadPivotFieldList()
Properties
AssociatedPivotGrid
Gets or sets the associated pivot grid.
Declaration
public RadPivotGrid AssociatedPivotGrid { get; set; }
Property Value
Rad The associated pivot grid. |
AssociatedPivotGridElement
Gets or sets the associated pivot grid element.
Declaration
public RadPivotGridElement AssociatedPivotGridElement { get; set; }
Property Value
Rad The associated pivot grid element. |
ColumnLabelsControl
Gets the column labels control.
Declaration
public RadListControl ColumnLabelsControl { get; }
Property Value
Rad The column labels control. |
DataProvider
Gets the data provider.
Declaration
public IDataProvider DataProvider { get; }
Property Value
IData The data provider. |
DeferUpdates
Gets or sets whether to defer updates.
Declaration
public bool DeferUpdates { get; set; }
Property Value
System. The defer updates. |
DialogsFactory
Gets or sets the dialogs factory.
Declaration
public PivotGridDialogsFactory DialogsFactory { get; set; }
Property Value
Pivot The dialogs factory. |
DragDropService
Gets or sets the drag drop service.
Declaration
public PivotFieldListDragDropService DragDropService { get; set; }
Property Value
Pivot The drag drop service. |
FieldsControl
Gets the fields control.
Declaration
public RadTreeView FieldsControl { get; }
Property Value
Rad The fields control. |
ReportFiltersControl
Gets the report filters control.
Declaration
public RadListControl ReportFiltersControl { get; }
Property Value
Rad The report filters control. |
RowLabelsControl
Gets the row labels control.
Declaration
public RadListControl RowLabelsControl { get; }
Property Value
Rad The row labels control. |
ThemeName
Gets or sets the name of the theme.
Declaration
public virtual string ThemeName { get; set; }
Property Value
System. The name of the theme. |
ValuesControl
Gets the values control.
Declaration
public RadListControl ValuesControl { get; }
Property Value
Rad The values control. |
ViewModel
Gets the view model.
Declaration
public FieldListViewModel ViewModel { get; }
Property Value
Field The view model. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
GetImageForRole(IField)
Gets the image for role.
Declaration
protected virtual Image GetImageForRole(IField field)
Parameters
IField
field
The field. |
Returns
System.
|
InitializeText()
Initializes the text.
Declaration
public void InitializeText()
OnDataProviderChanged()
Called when the data provider is changed.
Declaration
protected virtual void OnDataProviderChanged()
OnLoad(EventArgs)
Raises the System.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System. An System. |
UpdateFieldListsPosition()
Updates the field lists position.
Declaration
protected virtual void UpdateFieldListsPosition()