Class GridExpandAnimationSlide
Implements slide annimation for group rows in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI.VisualEffects
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridExpandAnimationSlide : GridExpandAnimation
Constructors
GridExpandAnimationSlide(GridTableElement)
Initializes a new instance of the GridExpandAnimationSlide class.
Declaration
public GridExpandAnimationSlide(GridTableElement tableElement)
Parameters
GridTableElement
tableElement
The table element. |
Methods
Collapse(GridViewRowInfo, Single, Int32)
Starts collapse animation for group rows in RadGridView.
Declaration
public override void Collapse(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)
Parameters
GridViewRowInfo
rowInfo
The desired GridViewRowInfo |
System.Single
maxOffset
the offset |
System.Int32
rowIndex
the row index |
Overrides
Expand(GridViewRowInfo, Single, Int32)
Stats expand animation for group rows in RadGridView.
Declaration
public override void Expand(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)
Parameters
GridViewRowInfo
rowInfo
|
System.Single
maxOffset
the offset |
System.Int32
rowIndex
the row index |