UnboundSourcePropertyCollection.Item[String] Property
Specifies an item within the UnboundSourcePropertyCollection collection with a specific name.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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