DataBindingCollection.Item Property (String)

 

Gets the DataBinding object with the specified property name.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Item : 
        propertyName:string -> DataBinding with get

Parameters

propertyName
Type: System.String

The name of the property to be found.

Property Value

Type: System.Web.UI.DataBinding

The DataBinding with the specified property name. If no object with the specified name exists, this value is null.

.NET Framework
Available since 1.1
Return to top
Show: