ClassRadPivotFieldListHeader
Class
Wraps a ContentControl element.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadPivotFieldListHeader : ContentControl, IAutomationPeer, IPeerConverter, IRadPivotFieldListHeader, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadPivotFieldListHeader
Implements:
Inherited Members
Constructors
RadPivotFieldListHeader()
Initialization.
Declaration
cs-api-definition
public RadPivotFieldListHeader()
Properties
Value
Gets value of IRadPivotFieldListHeader as string.
Methods
Collapse()
Collapse IRadPivotFieldListGroupHeader (if collapse icon is avalable).
Declaration
cs-api-definition
public void Collapse()
Implements
Expand()
Expand IRadPivotFieldListGroupHeader (if expand icon is avalable).
Declaration
cs-api-definition
public void Expand()
Implements
Toggle()
Toggle IRadPivotFieldListHeader (if checkbox is available).
Declaration
cs-api-definition
public void Toggle()
Implements