ClassGridExpandAnimationAccoridion
Class
Implements accordion annimation for group rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI.VisualEffects
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridExpandAnimationAccoridion : GridExpandAnimation
Inheritance: objectGridExpandAnimationGridExpandAnimationAccoridion
Inherited Members
Constructors
GridExpandAnimationAccoridion(GridTableElement)
Initializes a new instance of the GridExpandAnimationAccoridion class.
Declaration
cs-api-definition
public GridExpandAnimationAccoridion(GridTableElement tableElement)
Parameters
tableElement
The table element.
Methods
Collapse(GridViewRowInfo, float, int)
Starts collapse animation for group rows in RadGridView.
Declaration
cs-api-definition
public override void Collapse(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)
Parameters
rowInfo
The desired GridViewRowInfo
maxOffset
the offset
rowIndex
the row index
Overrides
Expand(GridViewRowInfo, float, int)
Starts expand animation for group rows in RadGridView.
Declaration
cs-api-definition
public override void Expand(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)
Parameters
rowInfo
maxOffset
the offset
rowIndex
the row index
Overrides