ClassPivotGridConfigurationPanel
Represents the wrapper for ASP.NET AJAX ConfigurationPanel control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class PivotGridConfigurationPanel : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivPivotGridConfigurationPanel
Inherited Members
Constructors
PivotGridConfigurationPanel()
Initializes a new instance of the PivotGridConfigurationPanel class.
Declaration
public PivotGridConfigurationPanel()
PivotGridConfigurationPanel(Element)
Initializes a new instance of the PivotGridConfigurationPanel class.
Declaration
public PivotGridConfigurationPanel(Element element)
Parameters
element
Properties
ChangeLayoutButton
Gets the Change Layout button of the ConfigurationPanel.
ClientSideLocator
The client-side locator of the PivotGrid ConfigurationPanel.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DeferCheckBox
Gets the Defer Layout Update element of the ConfigurationPanel.
DeferLayoutUpdate
Gets a value indicating whether Defer Layout check box is checked.
DragDropEnabled
Gets whether drag-drop is enabled for the ConfigurationPanel fields.
FieldsContextMenuEnabled
Gets whether fields context menu is enabled for the ConfigurationPanel fields.
LayoutType
The layout type of this Configuration panel.
Declaration
public PivotGridConfigurationPanelLayoutType LayoutType { get; }
Property Value
LocatorExpression
Gets the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
OwnerPivotGridId
Gets the id of the owner PivotGrid.
UpdateButton
Gets the Update button element of the ConfigurationPanel.
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ChangeLayout()
Simulates a click on the ChangeLayout button.
Declaration
public void ChangeLayout()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Defer()
Simulates a click on the Defer Layout Update check box.
Declaration
public void Defer()