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

CalculatedPersistentAliasAttribute.CalculatedAliasPropertyName Property

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

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.1.dll

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