ClassPivotGridRowsZone
Class
Represents the rows zone in the PivotGrid.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class PivotGridRowsZone : PivotGridZone
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellPivotGridZonePivotGridRowsZone
Inherited Members
Constructors
PivotGridRowsZone()
Declaration
cs-api-definition
public PivotGridRowsZone()
Properties
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeCellLocator()
Initializes the element locator for this control.
Declaration
cs-api-definition
protected override void InitializeCellLocator()
Overrides