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

BaseXafPage.SetView(View) Method

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

Namespace: DevExpress.ExpressApp.Web.Templates

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public 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.

Implements

See Also