DataSourceExpressionCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the data source expression object at a specified index.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property DataSourceExpression^ default[ int index ] { DataSourceExpression^ get(int index); void set(int index, DataSourceExpression^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the data source expression to get.
Property Value
Type: System.Web.UI.WebControls.Expressions::DataSourceExpression^The data source expression object at the specified index.
.NET Framework
Available since 4.0
Available since 4.0
Show: