ShowViewParameters.CreateAllControllers Property
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Remarks
When you display a View, the following Controllers are created:
- All Controllers from the Application Model that relate to your View or its Window.
- Controllers specified in the Controllers collection.
Disable the CreateAllControllers property to create Controllers only from the Controllers collection. In this case, add the FillActionContainersController to the Controllers collection to display the Actions’ buttons in the Template.
See Also