IMemberInfo.IsAliased Property
Indicates whether the member is a persistent alias.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.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