Class
GridExpandAnimationFade

Implements fade animation for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridExpandAnimationFade : GridExpandAnimation

Inheritance: objectGridExpandAnimationGridExpandAnimationFade

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

Constructors

GridExpandAnimationFade(GridTableElement)

Initializes a new instance of the GridExpandAnimationFade class.

Declaration

cs-api-definition
public GridExpandAnimationFade(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)