ClassGridExpandAnimation
Abstract class that defines methods used to animate rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI.VisualEffects
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public abstract class GridExpandAnimation
Inheritance: objectGridExpandAnimation
Derived Classes:
Constructors
GridExpandAnimation(GridTableElement)
Initializes a new instance of the GridExpandAnimation class.
Declaration
protected GridExpandAnimation(GridTableElement tableElement)
Parameters
tableElement
The table element.
Properties
IsAnimating
Gets or sets whether it is animating.
Declaration
public bool IsAnimating { get; protected set; }
Property Value
The is animating.
TableElement
Gets the table element.
Declaration
protected GridTableElement TableElement { get; }
Property Value
The table element.
Methods
Collapse(GridViewRowInfo, float, int)
Starts collapse animation for group rows in RadGridView.
Declaration
public abstract void Collapse(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)
Parameters
rowInfo
The desired GridViewRowInfo
maxOffset
the offset
rowIndex
the row index
Expand(GridViewRowInfo, float, int)
Stats expand animation for group rows in RadGridView.
Declaration
public abstract void Expand(GridViewRowInfo info, float maxOffset, int rowIndex)
Parameters
info
The desired GridViewRowInfo
maxOffset
the offset
rowIndex
the row index
OnUpdateViewNeeded(EventArgs)
Raises the event.
Events
UpdateViewNeeded
Occurs when an update of the view is needed.