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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | View | A View object that represents the View whose control is added to the current Template. |
Implements
See Also