CalculatedPersistentAliasAttribute.CalculatedAliasPropertyName Property
Specifies the name of a property which returns the persistent alias’ expression.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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