Class RadPivotFieldList
A System.
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.
|
IsBusyProperty
Identifies the IsBusy read-only dependency property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.
|
Properties
DataProvider
Gets or sets the Data
Declaration
public IDataProvider DataProvider { get; set; }
Property Value
IsBusy
Gets a value indicating whether this instance is processing or loading data.
Declaration
public bool IsBusy { get; }
Property Value
System.
|
ViewModel
Gets the Field
Declaration
public FieldListViewModel ViewModel { get; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |