BCGSoft.Controls.Grid Namespace > GridControl Class : GridControlData Property |
Gets or sets the Grid control data.
'Declaration Public Property GridControlData As GridData
'Usage Dim instance As GridControl Dim value As GridData instance.GridControlData = value value = instance.GridControlData
public GridData GridControlData {get; set;}
The data can be either created using the CreateData method, which should be called with InitialNumberOfRows and InitialNumberOfColumns properties different from 0, or constructed and set manually.
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