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