Class
GridAnimationFactory

An animation factory used for rows animations in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridAnimationFactory

Inheritance: objectGridAnimationFactory

Constructors

GridAnimationFactory()

Declaration

cs-api-definition
public GridAnimationFactory()

Methods

GetExpandAnimation(GridTableElement)

Gets the expand animation related with the specified animation type.

Declaration

cs-api-definition
public static GridExpandAnimation GetExpandAnimation(GridTableElement tableElement)

Parameters

tableElement

GridTableElement

The table element.

Returns

GridExpandAnimation