GridListControl.Items Intellisense

For GridListControl.Items, intellisense and hlep indicates the return type as IList. However, it is returning a DataView. Correction needed? Kenton

2 Replies

AD Administrator Syncfusion Team June 2, 2004 05:43 PM UTC

I think the actual return type will vary with exactly what the DataSource is. If it is a DataTable, the return type will be a DataView object. But if it is an ArrayList, it will not be a DataView object.


KH Kenton Hensley June 2, 2004 08:45 PM UTC

If so, I guess ''intelli'' sense is not quite there yet.

Loader.
Up arrow icon