Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelApplication.SchemaModules Property

Provides access to the child SchemaModules node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[Browsable(false)]
IModelSchemaModules SchemaModules { get; }

Property Value

Type Description
IModelSchemaModules

An IModelSchemaModules object representing the child SchemaModules node.

See Also