Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Table of Contents

Core

This pare contains the core functionality of Catel and what you should know when using Catel.

Catel properties

All properties in classes deriving from ModelBase (thus also ViewModelBase) require a special property definition.

...

Info

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

MVVM

This part is especially meant for the MVVM part.

Handling of viewmodels

Note

TODO: Write