New to Telerik UI for WPFStart a free 30-day trial

A Control that is used to setup a pivot grouping.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
[TelerikToolboxCategory("Data")]
public class RadPivotFieldList : Control

Inheritance: objectRadPivotFieldList

Constructors

Initializes a new instance of the RadPivotFieldList class.

C#
public RadPivotFieldList()

Fields

DataProviderProperty

DependencyProperty

Identifies the DataProvider DependencyProperty.

C#
public static readonly DependencyProperty DataProviderProperty

IsBusyProperty

DependencyProperty

Identifies the IsBusy read-only dependency property.

C#
public static readonly DependencyProperty IsBusyProperty

Properties

Gets or sets the DataProvider associated with this control. This is a dependency property.

C#
public IDataProvider DataProvider { get; set; }

Gets a value indicating whether this instance is processing or loading data.

C#
public bool IsBusy { get; }

Gets the FieldListViewModel associated with this control.

C#
public FieldListViewModel ViewModel { get; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.