ClassPivotGridDataCell
Represents the PivotGrid for ASP.NET AJAX data cell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class PivotGridDataCell : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellPivotGridDataCell
Inherited Members
Constructors
PivotGridDataCell()
Initializes a new instance of the PivotGridGridDataCell class.
Declaration
public PivotGridDataCell()
PivotGridDataCell(Element)
Initializes a new instance of the PivotGridGridDataCell class.
Properties
CellText
The text of this PivotGrid data cell.
DataCellType
Gets the Datacell type.
Declaration
public PivotGridDataCellType DataCellType { 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
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.