Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataViewPropertiesCollection.Item[String] Property

Returns the collection’s element with the specified name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public DataViewProperty this[string name] { get; }

Parameters

Name Type Description
name String

A string representing an element’s name.

Property Value

Type Description
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