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