Skip to main content
.NET 6.0+

DataViewPropertiesCollection.Item[String] Property

Returns the collection’s element with the specified name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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