DataBindingCollection.Item Property (String)
.NET Framework (current version)
Gets the DataBinding object with the specified property name.
Assembly: System.Web (in System.Web.dll)
Parameters
- propertyName
-
Type:
System.String
The name of the property to be found.
Property Value
Type: System.Web.UI.DataBindingThe DataBinding with the specified property name. If no object with the specified name exists, this value is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: