ClassConfigurationPanelFieldsContainer
Represents a fields container in the PivotGrid.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class ConfigurationPanelFieldsContainer : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivConfigurationPanelFieldsContainer
Inherited Members
Constructors
ConfigurationPanelFieldsContainer()
Initializes a new instance of the ConfigurationPanelFieldsContainer class.
Declaration
public ConfigurationPanelFieldsContainer()
ConfigurationPanelFieldsContainer(Element)
Initializes a new instance of the ConfigurationPanelFieldsContainer class.
Declaration
public ConfigurationPanelFieldsContainer(Element element)
Parameters
element
Fields
locator
Container locator pattern.
Properties
ContainerType
Gets the type of the fields in the container.
Fields
A list containing all the fields in the container.
Declaration
public List<PivotGridField> Fields { get; set; }
Property Value
FieldsCount
The count of the fields in the container.
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 void InitializeCellLocator()