Class
GridExpandAnimation

Abstract class that defines methods used to animate rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public abstract class GridExpandAnimation

Inheritance: objectGridExpandAnimation

Derived Classes: GridExpandAnimationAccoridionGridExpandAnimationFadeGridExpandAnimationGrdientWipeGridExpandAnimationSlide

Constructors

GridExpandAnimation(GridTableElement)

Initializes a new instance of the GridExpandAnimation class.

Declaration

cs-api-definition
protected GridExpandAnimation(GridTableElement tableElement)

Parameters

tableElement

GridTableElement

The table element.

Properties

IsAnimating

Gets or sets whether it is animating.

Declaration

cs-api-definition
public bool IsAnimating { get; protected set; }

Property Value

bool

The is animating.

TableElement

Gets the table element.

Declaration

cs-api-definition
protected GridTableElement TableElement { get; }

Property Value

GridTableElement

The table element.

Methods

Collapse(GridViewRowInfo, float, int)

Starts collapse animation for group rows in RadGridView.

Declaration

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

Parameters

rowInfo

GridViewRowInfo

The desired GridViewRowInfo

maxOffset

float

the offset

rowIndex

int

the row index

Expand(GridViewRowInfo, float, int)

Stats expand animation for group rows in RadGridView.

Declaration

cs-api-definition
public abstract void Expand(GridViewRowInfo info, float maxOffset, int rowIndex)

Parameters

info

GridViewRowInfo

The desired GridViewRowInfo

maxOffset

float

the offset

rowIndex

int

the row index

OnUpdateViewNeeded(EventArgs)

Raises the event.

Declaration

cs-api-definition
protected virtual void OnUpdateViewNeeded(EventArgs e)

Parameters

e

EventArgs

The EventArgs instance containing the event data.

Events

UpdateViewNeeded

Occurs when an update of the view is needed.

Declaration

cs-api-definition
public event EventHandler UpdateViewNeeded

Event Value

EventHandler