XpoDataViewRecord.Item[String] Property
Gets the XpoDataViewRecord object with the specified name from the XpoDataView collection.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The string specifying the name of the XpoDataViewRecord object to be returned. |
Property Value
Type | Description |
---|---|
Object | The XpoDataViewRecord object with the specified name. |
See Also