26 lines
738 B
Plaintext
26 lines
738 B
Plaintext
Folder Description
|
|
|
|
The "Controllers" project folder is intended for storing platform-agnostic Controller classes
|
|
that can change the default XAF application flow and add new features.
|
|
|
|
|
|
Relevant Documentation
|
|
|
|
Controllers and Actions
|
|
https://docs.devexpress.com/eXpressAppFramework/112623
|
|
|
|
Implement Custom Controllers
|
|
https://docs.devexpress.com/eXpressAppFramework/112621
|
|
|
|
Define the Scope of Controllers and Actions
|
|
https://docs.devexpress.com/eXpressAppFramework/113103
|
|
|
|
Ways to Show a View
|
|
https://docs.devexpress.com/eXpressAppFramework/112803
|
|
|
|
Ways to Implement Business Logic
|
|
https://docs.devexpress.com/eXpressAppFramework/113710
|
|
|
|
Debugging, Unit and Functional Testing
|
|
https://docs.devexpress.com/eXpressAppFramework/112572
|