Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed dataprop codesnippet name to modelprop which is the correct

This is a quick introduction for developers who don't have a lot of time to read all the docs. This document contains the absolute basics of what a developer needs to know.

...

Info

Note that you can use the dataprop modelprop or vmprop to easily create these properties using code snippets. You can also use Catel.Fody instead

...

Handling hierarchy and parent/child view models

Note that Catel is already fully aware of parent/child relations of view models so you don’t have to do anything for this yourself. For more information, read nested user controls.

Communication between view models

...