Class ConfigurationPanelFieldsContainer
Inheritance
System.Object
    
    
    
    
    ConfigurationPanelFieldsContainer
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class ConfigurationPanelFieldsContainer : HtmlDivConstructors
ConfigurationPanelFieldsContainer()
Declaration
public ConfigurationPanelFieldsContainer()ConfigurationPanelFieldsContainer(Element)
Fields
locator
Properties
ContainerType
Fields
Declaration
public List<PivotGridField> Fields { get; set; }Property Value
| System.Collections.Generic.List<PivotGridField> 
 | 
FieldsCount
Declaration
public int FieldsCount { get; }Property Value
| System.Int32 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Methods
AssignElement(Element)
ControlAssert()
InitializeCellLocator()
Declaration
protected void InitializeCellLocator()