Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

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