Back to Devexpress

XafApplication.CreateTemplate(String) Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createtemplate-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

XafApplication.CreateTemplate(String) Method

For internal use only.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public IFrameTemplate CreateTemplate(
    string templateContextName
)
vb
Public Function CreateTemplate(
    templateContextName As String
) As IFrameTemplate

Parameters

NameTypeDescription
templateContextNameString

A string value.

|

Returns

TypeDescription
IFrameTemplate

An object that contains members of the IFrameTemplate interface.

|

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace