BCGControlBar Library for .NET
VirtualMode Property




Gets or sets a value that puts the GridData in Virtual Mode.
Syntax
'Declaration
 
Public Property VirtualMode As Boolean
'Usage
 
Dim instance As GridData
Dim value As Boolean
 
instance.VirtualMode = value
 
value = instance.VirtualMode
public bool VirtualMode {get; set;}
public: __property bool get_VirtualMode();
public: __property void set_VirtualMode( 
   bool value
);
public:
property bool VirtualMode {
   bool get();
   void set (    bool value);
}
Remarks
In Virtual Mode you must specify the number of rows in the RowCount property.
Requirements

Target Platforms: 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

Reference

GridData Class
GridData Members

Send Feedback