Skip to main content
.NET 6.0+

CalculatedPersistentAliasAttribute.CalculatedAliasPropertyName Property

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

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.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