Class GridExpandAnimationGrdientWipe
Implements gradient wipe annimation for group rows in RadGridView.
Inherited Members
Namespace: Telerik.WinControls.UI.VisualEffects
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridExpandAnimationGrdientWipe : GridExpandAnimation
Constructors
GridExpandAnimationGrdientWipe(GridTableElement)
Initializes a new instance of the GridExpandAnimationGrdientWipe class.
Declaration
public GridExpandAnimationGrdientWipe(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 |