Class TreeListHeaderCell
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 TreeListHeaderCell : HtmlTableCellConstructors
TreeListHeaderCell()
Declaration
public TreeListHeaderCell()TreeListHeaderCell(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ColumnIndex
Declaration
public int ColumnIndex { get; }Property Value
| System.Int32 
 | 
ColumnWidth
Declaration
public int ColumnWidth { get; }Property Value
| System.Int32 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Reorderable
Declaration
public bool Reorderable { get; }Property Value
| System.Boolean 
 | 
Resizable
Declaration
public bool Resizable { get; }Property Value
| System.Boolean 
 | 
SortOrder
Declaration
public TreeListColumnSortOrderType SortOrder { get; }Property Value
| TreeListColumnSortOrderType 
 | 
UniqueName
Declaration
public string UniqueName { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
ClientSelectCheckBoxClick()
Declaration
public void ClientSelectCheckBoxClick()ControlAssert()
InsertRootItem()
Declaration
public void InsertRootItem()Reorder(HtmlControl)
Reorder(String)
Declaration
public void Reorder(string headerName)Parameters
| System.String
        headerName 
 | 
Resize(Int32)
Declaration
public void Resize(int colWidth)Parameters
| System.Int32
        colWidth 
 | 
Sort()
Declaration
public void Sort()