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.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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