Skip to main content
.NET 6.0+

XpoDataViewRecord.Item[String] Property

Gets the XpoDataViewRecord object with the specified name from the XpoDataView collection.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public override object this[string name] { get; }

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