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

IMemberInfo.Expression Property

Gets an expression used to calculate the member value if the member is calculated (see IModelMember.IsCalculated).

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

string Expression { get; }

Property Value

Type Description
String

A string which is an expression used to calculate the member value.

See Also