If your command's icon is an instance of the .Net type System.Drawing.Icon, this is correct behavior. The Infragistics controls do not support using Icons, only Image types. Call ToBitmap on your Icon and pass in the returned value to the Appearance's Image.
That was it, thanks so much for the quick response.
CD