ClassRadPivotFieldList
A Control that is used to setup a pivot grouping.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
[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
public RadPivotFieldList()
Fields
DataProviderProperty
Identifies the DataProvider DependencyProperty.
Declaration
public static readonly DependencyProperty DataProviderProperty
Field Value
DependencyProperty
IsBusyProperty
Identifies the IsBusy read-only dependency property.
Declaration
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
public IDataProvider DataProvider { get; set; }
Property Value
IsBusy
Gets a value indicating whether this instance is processing or loading data.
ViewModel
Gets the FieldListViewModel associated with this control.
Declaration
public FieldListViewModel ViewModel { get; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.