Class GridTableViewScrollingEnabled
Inheritance
System.Object
    
    
    
    
    GridTableViewScrollingEnabled
  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 GridTableViewScrollingEnabled : HtmlTableConstructors
GridTableViewScrollingEnabled()
Declaration
public GridTableViewScrollingEnabled()GridTableViewScrollingEnabled(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
HasMultiColumnHeaders
Declaration
public bool HasMultiColumnHeaders { get; }Property Value
| System.Boolean 
 | 
isMultiHeadersAreImplemented
Declaration
public bool isMultiHeadersAreImplemented { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Methods
AssignElement(Element)
CommandItemAction(GridCommandItemType, GridCommandItemLocation)
Declaration
public void CommandItemAction(GridCommandItemType commandItemType, GridCommandItemLocation location)Parameters
| GridCommandItemType
        commandItemType 
 | 
| GridCommandItemLocation
        location 
 | 
ControlAssert()
ScrollDown()
Declaration
public void ScrollDown()ScrollDown(Int32)
Declaration
public void ScrollDown(int delta)Parameters
| System.Int32
        delta 
 | 
ScrollUp()
Declaration
public void ScrollUp()ScrollUp(Int32)
Declaration
public void ScrollUp(int delta)Parameters
| System.Int32
        delta 
 |