Class
GridExpandAnimationFade.FadeAnimatedPropertySetting

Implements fade animation setting for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
protected class GridExpandAnimationFade.FadeAnimatedPropertySetting : AnimatedPropertySetting, IPropertySetting

Inheritance: objectAnimatedPropertySettingGridExpandAnimationFade.FadeAnimatedPropertySetting

Implements: IPropertySetting

Inherited Members AnimatedPropertySetting.IsStyleSettingAnimatedPropertySetting.Start(RadObject)AnimatedPropertySetting.Stop(RadObject)AnimatedPropertySetting.Cancel(RadObject)AnimatedPropertySetting.IsAnimating(RadObject)AnimatedPropertySetting.GetCurrentValue(RadObject)AnimatedPropertySetting.ApplyValue(RadObject)AnimatedPropertySetting.AppendValue(RadObject, RadProperty, object, object, int, int)AnimatedPropertySetting.Resume(RadObject)AnimatedPropertySetting.Pause(RadObject)AnimatedPropertySetting.UnapplyValue(RadObject)AnimatedPropertySetting.OnAnimationFinished(AnimationStatusEventArgs)AnimatedPropertySetting.OnAnimationStarted(AnimationStatusEventArgs)AnimatedPropertySetting.PropertyAnimatedPropertySetting.StartValueAnimatedPropertySetting.EndValueAnimatedPropertySetting.MaxValueAnimatedPropertySetting.StepAnimatedPropertySetting.NumFramesAnimatedPropertySetting.IntervalAnimatedPropertySetting.ApplyDelayAnimatedPropertySetting.RandomDelayAnimatedPropertySetting.ApplyEasingTypeAnimatedPropertySetting.RemoveAfterApplyAnimatedPropertySetting.AnimationsEnabledAnimatedPropertySetting.AnimationFinishedAnimatedPropertySetting.AnimationStarted

Constructors

FadeAnimatedPropertySetting(RadProperty, object, object, int, int)

Initializes a new instance of the GridExpandAnimationFade.FadeAnimatedPropertySetting class.

Declaration

cs-api-definition
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)

Parameters

property

RadProperty

The property.

animationStartValue

object

The animation start value.

animationEndValue

object

The animation end value.

numFrames

int

The number of frames.

interval

int

The interval.

Properties

RowIndex

Gets or sets the index of the row.

Declaration

cs-api-definition
public int RowIndex { get; set; }

Property Value

int

The index of the row.