Skip to main content
.NET 8.0+

PersistentAliasAttribute.AliasExpression Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v25.1.dll

NuGet Package: DevExpress.Xpo

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