Skip to main content
.NET 6.0+

IMemberInfo.IsAliased Property

Indicates whether the member is a persistent alias.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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