Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

string Expression { get; }

Property Value

Type Description
String

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

See Also