Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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