Back to Devexpress

DataViewPropertiesCollection.Item[String] Property

xpo-devexpress-dot-xpo-dot-dataviewpropertiescollection-dot-item-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DataViewPropertiesCollection.Item[String] Property

Returns the collection’s element with the specified name.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
nameString

A string representing an element’s name.

|

Property Value

TypeDescription
DataViewProperty

A DataViewProperty object with the specified name.

|

Remarks

Use this property to access individual DataViewProperty objects in the collection by the names assigned via the DataViewProperty.Name property.

See Also

DataViewPropertiesCollection Class

DataViewPropertiesCollection Members

DevExpress.Xpo Namespace