Class GridAnimationFactory
An animation factory used for rows animations in RadGridView.
Inheritance
System.Object
GridAnimationFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.VisualEffects
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridAnimationFactory
Constructors
GridAnimationFactory()
Declaration
public GridAnimationFactory()
Methods
GetExpandAnimation(GridTableElement)
Gets the expand animation related with the specified animation type.
Declaration
public static GridExpandAnimation GetExpandAnimation(GridTableElement tableElement)
Parameters
GridTableElement
tableElement
The table element. |
Returns
GridExpandAnimation
|