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