ClassPivotGridZone
Represents a zone in the PivotGrid.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public abstract class PivotGridZone : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellPivotGridZone
Derived Classes:
Inherited Members
Constructors
PivotGridZone()
Initializes a new instance of the PivotGridZone class.
Declaration
public PivotGridZone()
PivotGridZone(Element)
Initializes a new instance of the PivotGridZone class.
Fields
cellLocator
Zone locator pattern.
Properties
Fields
A list containing all the fields in the zone.
Declaration
public List<PivotGridField> Fields { get; set; }
Property Value
FieldsCount
The count of the fields in the zone.
LocatorExpression
Gets the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
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.
InitializeCellLocator()
Initializes the element locator for this control.
Declaration
protected abstract void InitializeCellLocator()