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

IMemberInfo.IsAliased Property

Indicates whether the member is a persistent alias.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

bool IsAliased { get; }

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