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

IModelNode.HasValue(String) Method

Indicates whether the node’s property has a value assigned.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

bool HasValue(
    string name
)

Parameters

Name Type Description
name String

A string holding the name of the specific property.

Returns

Type Description
Boolean

true, if the node has a value assigned; otherwise, false.

Remarks

If name is a null reference or an empty string, an exception is thrown.

See Also