Class GridTableHeader
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 GridTableHeader : HtmlTableCellConstructors
GridTableHeader()
Declaration
public GridTableHeader()GridTableHeader(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ColumnIndex
Declaration
public int ColumnIndex { get; }Property Value
| System.Int32 
 | 
Filtered
Declaration
public bool Filtered { get; }Property Value
| System.Boolean 
 | 
GroupName
Declaration
public string GroupName { get; }Property Value
| System.String 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
MultiHeadersEnabled
Declaration
public bool MultiHeadersEnabled { get; }Property Value
| System.Boolean 
 | 
Reorderable
Declaration
public bool Reorderable { get; }Property Value
| System.Boolean 
 | 
Resizable
Declaration
public bool Resizable { get; }Property Value
| System.Boolean 
 | 
RowIndex
Declaration
public int RowIndex { get; }Property Value
| System.Int32 
 | 
Selected
Declaration
public bool Selected { get; }Property Value
| System.Boolean 
 | 
SortOrder
Declaration
public GridColumnSortOrderType SortOrder { get; }Property Value
| GridColumnSortOrderType 
 | 
TableID
Declaration
public string TableID { get; }Property Value
| System.String 
 | 
UniqueName
Declaration
public string UniqueName { get; }Property Value
| System.String 
 | 
Visible
Declaration
public bool Visible { get; }Property Value
| System.Boolean 
 | 
Methods
AssignElement(Element)
ClientSelectCheckBoxClick()
Declaration
public void ClientSelectCheckBoxClick()ControlAssert()
DragToGroup()
Declaration
public void DragToGroup()Reorder(HtmlControl)
Reorder(String)
Declaration
public void Reorder(string headerName)Parameters
| System.String
        headerName 
 | 
ShowContextMenu()
Declaration
public void ShowContextMenu()Sort()
Declaration
public void Sort()