Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / UpdateAnimation Property


In This Topic
    UpdateAnimation Property (GridBase)
    In This Topic
    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