InterfaceIRadPivotFieldBox
Interface
Represents the Silverlight RadFieldList's IRadPivotFieldBox control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotFieldBox : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
FieldBoxItems
Gest list of IRadPivotFieldBoxItem.
Declaration
cs-api-definition
IList<IRadPivotFieldBoxItem> FieldBoxItems { get; }
Property Value