DataViewPropertiesCollection.Item[String] Property
Returns the collection’s element with the specified name.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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