ClassPivotGridColumnHeaderCell
Represents the PivotGrid for ASP.NET AJAX row header cell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class PivotGridColumnHeaderCell : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellPivotGridColumnHeaderCell
Inherited Members
Constructors
PivotGridColumnHeaderCell()
Initializes a new instance of the PivotGridColumnHeaderCell class.
Declaration
public PivotGridColumnHeaderCell()
PivotGridColumnHeaderCell(Element)
Initializes a new instance of the PivotGridColumnHeaderCell class.
Declaration
public PivotGridColumnHeaderCell(Element element)
Parameters
element
Properties
CanExpandCollapse
Gets whether this header cell can expand/collapse.
CellText
The text of this PivotGrid column header cell.
Expanded
Gets whether this header cell is expanded.
HeaderCellType
Gets the ColumnHeaderCell type.
Declaration
public PivotGridHeaderCellType HeaderCellType { get; }
Property Value
LocatorExpression
Gets the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ParentItemIndex
The parent row item index.
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
Collapse()
Initiates a 'collapse' action of the header.
Declaration
public void Collapse()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Expand()
Initiates a 'expand' action of the header.
Declaration
public void Expand()
ExpandCollapse(bool)
Initiates a 'expand/collapse' action of the header.