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

IModelApplication.Templates Property

Provides access to the Templates child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

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

Property Value

Type Description
IModelTemplates

An IModelTemplates object representing the Templates child node.

See Also