Class RadPivotFieldList
A System.Windows.Controls.Control that is used to setup a pivot grouping.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
[TelerikToolboxCategory("Data")]
public class RadPivotFieldList : Control
Constructors
RadPivotFieldList()
Fields
DataProviderProperty
Identifies the DataProvider DependencyProperty.
Declaration
public static readonly DependencyProperty DataProviderProperty
Field Value
System.Windows.DependencyProperty
|
IsBusyProperty
Identifies the IsBusy read-only dependency property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataProvider
Gets or sets the DataProvider associated with this control. This is a dependency property.
Declaration
public IDataProvider DataProvider { get; set; }
Property Value
IDataProvider
|
IsBusy
Gets a value indicating whether this instance is processing or loading data.
Declaration
public bool IsBusy { get; }
Property Value
System.Boolean
|
ViewModel
Gets the FieldListViewModel associated with this control.
Declaration
public FieldListViewModel ViewModel { get; }
Property Value
FieldListViewModel
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|