ShowViewParameters.CreateAllControllers Property
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateAllControllers property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.