Skip to main content
A newer version of this page is available. .

UnboundSourcePropertyCollection.Item[String] Property

Specifies an item within the UnboundSourcePropertyCollection collection with a specific name.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

public UnboundSourceProperty this[string name] { get; }

Parameters

Name Type Description
name String

A string which is the UnboundSourceProperty.Name of the item.

Property Value

Type Description
UnboundSourceProperty

An UnboundSourceProperty item with the specific name.

See Also