Class
GridExpandAnimationSlide

Implements slide annimation for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridExpandAnimationSlide : GridExpandAnimation

Inheritance: objectGridExpandAnimationGridExpandAnimationSlide

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

Constructors

GridExpandAnimationSlide(GridTableElement)

Initializes a new instance of the GridExpandAnimationSlide class.

Declaration

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