Skip to content

DevExpress-Examples/winforms-mvvm-expenses-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVVM Expenses - Sample Application for WinForms

MVVM Expenses is a sample money management application built with the DevExpress MVVM Framework. The application includes three modules, each bound to a related data source: "Accounts", "Categories", and "Transactions":

  • Accounts displays a list of user bank accounts.
  • Categories stores a list of transaction categories.
  • Transactions stores a list of all deposit and withdrawal operations. Each transaction references a specific Account and Category by their IDs.

To log in, use one of the following credentials:

  • Administrator - admin
  • John - qwerty
  • Mary - 12345
  • Guest - (no password set)

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)