DataGridViewColumn.IsDataBound Property
.NET Framework 4
Gets a value indicating whether the column is bound to a data source.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
A column becomes bound to a data source if it is part of a data-bound DataGridView. A column can become part of a data-bound DataGridView if the column is automatically created when the AutoGenerateColumns property is set to true, or if the column's DataPropertyName property is set when the column is manually added to the DataGridView.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.