Class GridGroupPanel
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 GridGroupPanel : HtmlDivConstructors
GridGroupPanel()
Declaration
public GridGroupPanel()GridGroupPanel(Element)
Properties
GroupFieldNames
Declaration
public string GroupFieldNames { get; }Property Value
| System.String 
 | 
GroupItems
Declaration
[Obsolete("Use the GroupFieldNames property")]
public string GroupItems { get; }Property Value
| System.String 
 | 
Items
Declaration
public IList<GridGroupPanelItem> Items { get; }Property Value
| System.Collections.Generic.IList<GridGroupPanelItem> 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Methods
AssignElement(Element)
ControlAssert()
DragToUngroup(String)
Declaration
public void DragToUngroup(string name)Parameters
| System.String
        name 
 | 
Sort(Int32)
Declaration
public void Sort(int index)Parameters
| System.Int32
        index 
 | 
Sort(String)
Declaration
public void Sort(string name)Parameters
| System.String
        name 
 |