Class
RadPivotFieldList

A Control that is used to setup a pivot grouping.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Data")]
[SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "Will be refactored.")]
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", Justification = "No need to call dispose.")]
public class RadPivotFieldList : Control

Inheritance: objectRadPivotFieldList

Constructors

RadPivotFieldList()

Initializes a new instance of the RadPivotFieldList class.

Declaration

cs-api-definition
public RadPivotFieldList()

Fields

DataProviderProperty

Identifies the DataProvider DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty DataProviderProperty

Field Value

DependencyProperty

IsBusyProperty

Identifies the IsBusy read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsBusyProperty

Field Value

DependencyProperty

Properties

DataProvider

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

Declaration

cs-api-definition
public IDataProvider DataProvider { get; set; }

Property Value

IDataProvider

IsBusy

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

Declaration

cs-api-definition
public bool IsBusy { get; }

Property Value

bool

ViewModel

Gets the FieldListViewModel associated with this control.

Declaration

cs-api-definition
public FieldListViewModel ViewModel { get; }

Property Value

FieldListViewModel

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.