Skip to main content
.NET 6.0+

IFrameTemplate.SetView(View) Method

Adds the View.Control of the specified View to a Template‘s View site.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void SetView(
    View view
)

Parameters

Name Type Description
view View

A View object that represents the View whose control is added to the current Template.

See Also