Skip to content

C# - WPF - Form Layout with MWWM Pattern in WPF with DevExpress Component Package. [Year of Development: 2018 and 2020]

Notifications You must be signed in to change notification settings

Sullivan008/CSharp-WPF_DevExpress-FormLayoutExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# - WPF - Form Layout with MWWM Pattern in WPF with DevExpress Component Package. [Year of Development: 2018 and 2020]

About the application technologies and operation:

Technologies:

  • Programming Language: C#
  • FrontEnd Side: Windows Presentation Foundation (WPF) - .NET Framework 4.6.1.
  • BackEnd Side: .NET Framework 4.6.1.
  • Other used modul: DevExpress WPF Component Package (v19.2 Trial Version)

Installation/ Configuration:

  1. Restore necessary Packages on the selected project, run the following command in PM Console

    Update-Package -reinstall
    

About the application:

This application show how to implement a Form Layout with MWWM pattern in WPF with DevExpress Component Package.

You can save the data once you have filled in the required data in the form.

The application shows the following:

  • How to implement Data Binding in WPF.
  • How to use Modal-View-ViewModel (MVVM) in WPF.
  • How to implement Command Binding in WPF DevExpress with DelegateCommand delegates.
  • How to implement IDataErrorInfo interface and how to use ErrorHandlers for Validation in WPF DevExpress.
  • How to implement and use Custom ImageEdit in WPF DevExpress.
  • How to implement Office2016BlackSE Theme in WPF DevExpress.

About

C# - WPF - Form Layout with MWWM Pattern in WPF with DevExpress Component Package. [Year of Development: 2018 and 2020]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages