The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSourceGroupCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the DataSourceGroup specified.
Assembly: System.Design (in System.Design.dll)
public: property DataSourceGroup^ default[ int index ] { DataSourceGroup^ get(int index); void set(int index, DataSourceGroup^ value); }
Parameters
- index
-
Type:
System::Int32
The DataSourceGroup specified.
Property Value
Type: System.ComponentModel.Design.Data::DataSourceGroup^The specified DataSourceGroup.
.NET Framework
Available since 2.0
Available since 2.0
Show: