New to Telerik UI for WinFormsStart a free 30-day trial

Implements fade animation setting for group rows in RadGridView.

Definition

Namespace:Telerik.WinControls.UI.VisualEffects

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
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

Initializes a new instance of the GridExpandAnimationFade.FadeAnimatedPropertySetting class.

C#
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)
Parameters:propertyRadProperty

The property.

animationStartValueobject

The animation start value.

animationEndValueobject

The animation end value.

numFramesint

The number of frames.

intervalint

The interval.

Properties

Gets or sets the index of the row.

C#
public int RowIndex { get; set; }
Property Value:

The index of the row.