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

XafApplication.CreateTemplate(String) Method

For internal use only.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IFrameTemplate CreateTemplate(
    string templateContextName
)

Parameters

Name Type Description
templateContextName String

A string value.

Returns

Type Description
IFrameTemplate

An object that contains members of the IFrameTemplate interface.

See Also