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