Class
GridExpandAnimationGrdientWipe

Implements gradient wipe annimation for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridExpandAnimationGrdientWipe : GridExpandAnimation

Inheritance: objectGridExpandAnimationGridExpandAnimationGrdientWipe

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

Constructors

GridExpandAnimationGrdientWipe(GridTableElement)

Initializes a new instance of the GridExpandAnimationGrdientWipe class.

Declaration

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

Stats 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)