Interface IRadPivotFieldBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPivotFieldBox : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
FieldBoxItems
Declaration
IList<IRadPivotFieldBoxItem> FieldBoxItems { get; }
Property Value
System.Collections.Generic.IList<IRadPivotFieldBoxItem>
|