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:
Inherited Members
Constructors
Initializes a new instance of the GridExpandAnimationFade.FadeAnimatedPropertySetting class.
C#
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)
The property.
animationStartValueobjectThe animation start value.
animationEndValueobjectThe animation end value.
numFramesintThe number of frames.
intervalintThe interval.