ClassRadPivotGrid
Represents the RadPivotGrid for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadPivotGrid : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadPivotGrid
Inherited Members
Constructors
RadPivotGrid()
Initializes a new instance of the PivotGrid class.
Declaration
public RadPivotGrid()
RadPivotGrid(Element)
Initializes a new instance of the PivotGrid class.
Properties
AggregateFieldsCount
Gets the Aggregate fields count.
ClientSideLocator
The client-side locator of the PivotGrid control.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
ColumnFieldsCount
Gets the Column fields count.
EnableFieldsDragDrop
Gets whether fields drag-drop is enabled.
EnableZoneContextMenu
Gets whether the zone context menu is enabled.
FieldsCount
Gets the total field count.
FilterFieldsCount
Gets the Filter fields count.
HiddenFieldsCount
Gets the count of the hidden fields.
IsVerticalScrollingEnabled
Gets whether the vertical scrolling of the PivotGrid is enabled.
Layout
Gets the layout of the PivotGrid.
LocatorExpression
Gets the locator FindParam of the PivotGrid.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Pager
Gets the PviotGrid pager control.
RenderMode
Render mode of RadPivotGrid.
RowFieldsCount
Gets the Row fields count.
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.