Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CalculatedPersistentAliasAttribute.CalculatedAliasPropertyName Property

Specifies the name of a property which returns the persistent alias’ expression.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public string CalculatedAliasPropertyName { get; }

Property Value

Type Description
String

A string holding the name of the public static property which returns the alias’ expression.

Remarks

Note that a property which returns the persistent alias’ expression must be declared as public and static (Public and Shared in VB).

See Also