ComponentOne Xamarin.iOS
UpdateAnimation Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : UpdateAnimation Property
Gets an object containing the animation settings that will be applied when updating cells.
Syntax
'Declaration
 
Public ReadOnly Property UpdateAnimation As GridUpdateAnimation
'Usage
 
Dim instance As GridBase
Dim value As GridUpdateAnimation
 
value = instance.UpdateAnimation
public GridUpdateAnimation UpdateAnimation {get;}
See Also

Reference

GridBase Class
GridBase Members