ModelStoreBase.GetAspects() Method
Returns the list of the Application Model aspects.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<String> | An IEnumerable<String> list of the Application Model aspects. |
See Also