DataViewBase.RowOpacityAnimationDuration Property
In This Article
Gets or sets the length of an animation.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Duration | A Double value that specifies the length of an animation, in milliseconds. |
#Remarks
The DXGrid supports Instant Feedback Mode and Cascading Data Updates. In these modes, node date is asynchronously retrieved by the data source. To provide visual feedback, the grid plays an animation after node data has been retrieved from a data source. The animation effect is specified by the DataViewBase.RowAnimationKind property.
By default, the grid displays nodes that are being loaded, by animating their opacity. Use the RowOpacityAnimationDuration property to specify the length of an animation.
See Also