Version

RestoreBinding Method

Restores the orignal enabled values of virtual scrolling and paging on a grid
Syntax
'Declaration
 
Protected Sub RestoreBinding( _
   ByVal shouldEnableVirtualScrolling As Boolean, _
   ByVal shouldEnablePaging As Boolean, _
   ByVal virtualScrolling As VirtualScrolling, _
   ByVal paging As Paging _
) 
protected void RestoreBinding( 
   bool shouldEnableVirtualScrolling,
   bool shouldEnablePaging,
   VirtualScrolling virtualScrolling,
   Paging paging
)

Parameters

shouldEnableVirtualScrolling
shouldEnablePaging
virtualScrolling
paging
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also