Skip to main content
A newer version of this page is available. .

XafDataViewRecord.Item[String] Property

Gets the XafDataViewRecord object with the specified name from the XafDataView collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

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

Parameters

Name Type Description
name String

The string specifying the name of the XafDataViewRecord object to be returned.

Property Value

Type Description
Object

The XafDataViewRecord object with the specified name.

See Also