Back to Devexpress

UnboundSourcePropertyCollection.Item[String] Property

corelibraries-devexpress-dot-data-dot-unboundsourcepropertycollection-dot-item-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

UnboundSourcePropertyCollection.Item[String] Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public UnboundSourceProperty this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As UnboundSourceProperty

Parameters

NameTypeDescription
nameString

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

|

Property Value

TypeDescription
UnboundSourceProperty

An UnboundSourceProperty item with the specific name.

|

See Also

UnboundSourcePropertyCollection Class

UnboundSourcePropertyCollection Members

DevExpress.Data Namespace