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

PersistentAliasAttribute.AliasExpression Property

Gets the expression which determines how the property’s value is calculated.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public string AliasExpression { get; }

Property Value

Type Description
String

A String value which specifies the expression which determines how the property’s value is calculated.

See Also