InterfaceIRadPivotFieldListHeader
Interface
Represents the Silverlight RadFieldList's IRadPivotFieldListHeader control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadPivotFieldListHeader : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Value
Gets value of IRadPivotFieldListHeader as string.
Methods
Collapse()
Collapse IRadPivotFieldListGroupHeader (if collapse icon is avalable).
Declaration
cs-api-definition
void Collapse()
Expand()
Expand IRadPivotFieldListGroupHeader (if expand icon is avalable).
Declaration
cs-api-definition
void Expand()
Toggle()
Toggle IRadPivotFieldListHeader (if checkbox is available).
Declaration
cs-api-definition
void Toggle()