Back to Devexpress

XafApplication.CreateFrame(TemplateContext) Method

expressappframework-devexpress-dot-expressapp-dot-xafapplication-dot-createframe-x28-devexpress-dot-expressapp-dot-templatecontext-x29.md

latest1.7 KB
Original Source

XafApplication.CreateFrame(TemplateContext) Method

Creates a new Frame.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public Frame CreateFrame(
    TemplateContext context
)
vb
Public Function CreateFrame(
    context As TemplateContext
) As Frame

Parameters

NameTypeDescription
contextTemplateContext

A TemplateContext instance specifying the template context for the new Frame. This parameter value is assigned to the Frame.Context property.

|

Returns

TypeDescription
Frame

The created Frame.

|

Remarks

This method is intended for internal use.

See Also

XafApplication Class

XafApplication Members

DevExpress.ExpressApp Namespace