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

XafDataViewRecord.ContainsMember(String) Method

Indicates whether a property with the specified name is contained in the current XafDataView, or not.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool ContainsMember(
    string name
)

Parameters

Name Type Description
name String

A string which is the name of a property.

Returns

Type Description
Boolean

true, if a property with the specified name is contained in the current XafDataView; otherwise false.

See Also