BCGControlBar Library for .NET
GridControlData Property




Gets or sets the Grid control data.

Syntax
'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;}
public: __property GridData* get_GridControlData();
public: __property void set_GridControlData( 
   GridData* value
);
public:
property GridData^ GridControlData {
   GridData^ get();
   void set (    GridData^ value);
}
Remarks
The data can be shared between several grid controls and holds collection of GridDataRow objects.

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.

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

GridControl Class
GridControl Members

Send Feedback