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