Questions tagged [catel]

Catel is an application development platform for .NET with the focus on MVVM.

Catel is an application development platform with the focus on MVVM and MVC. The core of Catel contains an IoC container, models, validation, memento, message mediator, argument checking, etc. http://www.catelproject.com

380 questions
-1
votes
1 answer

How to use EventToCommand (Catel) in UWP apps

The code below under the Windows Phone 8.1 Silverlight works like a charm
Sergey Orlov
  • 491
  • 5
  • 16
-1
votes
3 answers

Two-way binding with nested ViewModels

Using Catel 3.9 and DevExpress 15.x My Customer has asked that I make some UI changes to an app and I'm not sure it can easily be done. Architecture: There is a MainWindow with an associated View and ViewModel. The MainWindow holds a TabControl…
RandyB
  • 325
  • 4
  • 13
-1
votes
1 answer

How to load data to user controls at start up?

I'm getting started learning MVVM and Catel and have i have problem how to load two user controls with data from a database. In short, my mainwindow.xaml contains this two rows, (MainViewModel is "empty")
Greg
  • 25
  • 3
-1
votes
1 answer

Creating user defined dialogs in MVVM using Catel

i need to create a GUI-DLL-Component which should be used as a dialog. This dialog performs some calculations and then searches the database for the result (let's say the result is a number). The result is bound to the view via a public property of…
Benjamin Martin
  • 576
  • 1
  • 8
  • 27
-2
votes
1 answer

WPF MVVM Platform as of 2015

What is the best MVVM Platform when you care about modularity. I have a large application in PRISM currently which is divided into modules. Each module has the MVVM pattern implemented. I care about validation, property changed events, access to a…
Mikey
  • 9
  • 3
1 2 3
25
26