Skip to main content
.NET 6.0+

ModelStoreBase.GetAspects() Method

Returns the list of the Application Model aspects.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual IEnumerable<string> GetAspects()

Returns

Type Description
IEnumerable<String>

An IEnumerable<String> list of the Application Model aspects.

See Also