IMemberInfo.IsAliased Property
In This Article
Indicates whether the member is a persistent alias.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the member is a persistent alias; otherwise, false. |
#Remarks
A persistent alias is a non-persistent property whose value is calculated based upon the values of persistent properties.
See Also