Class
GridExpandAnimationAccoridion

Implements accordion annimation for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridExpandAnimationAccoridion : GridExpandAnimation

Inheritance: objectGridExpandAnimationGridExpandAnimationAccoridion

Inherited Members GridExpandAnimation.OnUpdateViewNeeded(EventArgs)GridExpandAnimation.TableElementGridExpandAnimation.IsAnimatingGridExpandAnimation.UpdateViewNeeded

Constructors

GridExpandAnimationAccoridion(GridTableElement)

Initializes a new instance of the GridExpandAnimationAccoridion class.

Declaration

cs-api-definition
public GridExpandAnimationAccoridion(GridTableElement tableElement)

Parameters

tableElement

GridTableElement

The table element.

Methods

Collapse(GridViewRowInfo, float, int)

Starts collapse animation for group rows in RadGridView.

Declaration

cs-api-definition
public override void Collapse(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)

Parameters

rowInfo

GridViewRowInfo

The desired GridViewRowInfo

maxOffset

float

the offset

rowIndex

int

the row index

Overrides GridExpandAnimation.Collapse(GridViewRowInfo, float, int)

Expand(GridViewRowInfo, float, int)

Starts expand animation for group rows in RadGridView.

Declaration

cs-api-definition
public override void Expand(GridViewRowInfo rowInfo, float maxOffset, int rowIndex)

Parameters

rowInfo

GridViewRowInfo

maxOffset

float

the offset

rowIndex

int

the row index

Overrides GridExpandAnimation.Expand(GridViewRowInfo, float, int)