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

CalculatedPersistentAliasAttribute.PropertyName Property

Specifies the property name for which you would like to set up a persistent alias.

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A string holding the property name for which a persistent alias should be configured.

See Also