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
RadPivotGrid
The associated pivot grid. |
AssociatedPivotGridElement
Gets or sets the associated pivot grid element.
Declaration
public RadPivotGridElement AssociatedPivotGridElement { get; set; }
Property Value
RadPivotGridElement
The associated pivot grid element. |
ColumnLabelsControl
Gets the column labels control.
Declaration
public RadListControl ColumnLabelsControl { get; }
Property Value
RadListControl
The column labels control. |
DataProvider
Gets the data provider.
Declaration
public IDataProvider DataProvider { get; }
Property Value
IDataProvider
The data provider. |
DeferUpdates
Gets or sets whether to defer updates.
Declaration
public bool DeferUpdates { get; set; }
Property Value
System.Boolean
The defer updates. |
DialogsFactory
Gets or sets the dialogs factory.
Declaration
public PivotGridDialogsFactory DialogsFactory { get; set; }
Property Value
PivotGridDialogsFactory
The dialogs factory. |
DragDropService
Gets or sets the drag drop service.
Declaration
public PivotFieldListDragDropService DragDropService { get; set; }
Property Value
PivotFieldListDragDropService
The drag drop service. |
FieldsControl
Gets the fields control.
Declaration
public RadTreeView FieldsControl { get; }
Property Value
RadTreeView
The fields control. |
ReportFiltersControl
Gets the report filters control.
Declaration
public RadListControl ReportFiltersControl { get; }
Property Value
RadListControl
The report filters control. |
RowLabelsControl
Gets the row labels control.
Declaration
public RadListControl RowLabelsControl { get; }
Property Value
RadListControl
The row labels control. |
ThemeName
Gets or sets the name of the theme.
Declaration
public virtual string ThemeName { get; set; }
Property Value
System.String
The name of the theme. |
ValuesControl
Gets the values control.
Declaration
public RadListControl ValuesControl { get; }
Property Value
RadListControl
The values control. |
ViewModel
Gets the view model.
Declaration
public FieldListViewModel ViewModel { get; }
Property Value
FieldListViewModel
The view model. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
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.Drawing.Image
|
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.Windows.Forms.UserControl.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data. |
UpdateFieldListsPosition()
Updates the field lists position.
Declaration
protected virtual void UpdateFieldListsPosition()