Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / DisableAnimations Method

In This Topic
    DisableAnimations Method (GridRowCollection)
    In This Topic
    Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable.
    Syntax
    'Declaration
     
    
    Public Function DisableAnimations() As IDisposable
    public IDisposable DisableAnimations()
    See Also