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 Grid
Declaration
public FadeAnimatedPropertySetting(RadProperty property, object animationStartValue, object animationEndValue, int numFrames, int interval)
Parameters
Rad The property. |
System. The animation start value. |
System. The animation end value. |
System. The number of frames. |
System. The interval. |
Properties
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System. The index of the row. |