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

IModelApplication.Templates Property

Provides access to the Templates child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
IModelTemplates Templates { get; }

Property Value

Type Description
IModelTemplates

An IModelTemplates object representing the Templates child node.

See Also