ClassPivotGridRowHeaderCell
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 PivotGridRowHeaderCell : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellPivotGridRowHeaderCell
Inherited Members
Constructors
PivotGridRowHeaderCell()
Initializes a new instance of the PivotGridRowHeaderCell class.
Declaration
public PivotGridRowHeaderCell()
PivotGridRowHeaderCell(Element)
Initializes a new instance of the PivotGridRowHeaderCell class.
Declaration
public PivotGridRowHeaderCell(Element element)
Parameters
element
Properties
CanExpandCollapse
Gets whether this row cell can expand/collapse.
CellText
The text of this PivotGrid row header cell.
Expanded
Gets whether this row cell can expand/collapse.
HeaderCellType
Gets the RowHeaderCell 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.