Class GridExpandAnimationFade.FadeAnimatedPropertySetting
Implements fade animation setting for group rows in RadGridView.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.VisualEffects
Assembly: Telerik.WinControls.GridView.dll
Syntax
protected class FadeAnimatedPropertySetting : AnimatedPropertySetting, IPropertySetting
Constructors
FadeAnimatedPropertySetting(RadProperty, Object, Object, Int32, Int32)
Initializes a new instance of the GridExpandAnimationFade.FadeAnimatedPropertySetting class.
Declaration
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)
Parameters
RadProperty
property
The property. |
System.Object
animationStartValue
The animation start value. |
System.Object
animationEndValue
The animation end value. |
System.Int32
numFrames
The number of frames. |
System.Int32
interval
The interval. |
Properties
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
The index of the row. |