DevExpress.Mvvm.UI Namespace
Contains controls for building a UI using the MVVM design pattern.
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Classes
Name | Description |
---|---|
Application |
Allows you to add your own items to the Window’s Jump Lists. |
Application |
Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists. |
Command |
A command that the Composite |
Composite |
Allows you to aggregate multiple commands and execute them in a specific order. |
Confirmation |
Shows a confirmation message box before an application executes the specified command. Users can confirm or cancel the operation. |
Current |
Allows you to serialize/deserialize settings (size and state) of the associated view (or window). |
Current |
Provides methods to work with a window. |
Delegate |
Provides a set of static methods to create IValue |
Dependency |
Allows you to bind a View |
Dispatcher |
Allows you to perform actions in a View |
Enum |
Binds a control’s Items |
Event |
Executes a command in response to a raised event. |
Event |
A base class for the Event |
Focus |
Focuses a UI control without code-behind. |
Folder |
Allows you to browse, create, and select folders in the File System by using the standard folder browser dialog. |
Function |
Binds a View |
Function |
Serves as the base class for the Function |
Key |
Allows you to bind a Key |
Layout |
Allows you to save/restore the layout of serializable DevExpress WPF Controls located on a View. |
Layout |
Provides utility methods for searching nodes in a visual and logical trees. |
Method |
Binds a method of a View |
Notification |
Allows you to show Windows 8/10 Style notifications. |
Open |
Allows you to browse and open files in the File System by using the standard dialog box. |
Read |
Allows you to bind read-only dependency and attached properties to a View |
Save |
Allows you to save the data of a View |
Service |
The base class for services. |
Taskbar |
Allows you to display customizable application taskbar buttons. |
UIObject |
Allows you to write View Model code that can access UI objects in a View and does not reference the object’s type. |
Validation |
Tracks validation errors within a UI container. |
Value |
Allows you to create unshared instances of objects in styles. The extension creates these instances for each element that uses the style. |
View |
Allows you to integrate any View |
View |
Provides functionality to locate Views by their type names. |
View |
The base class for services that are capable of locating Views by their type names. |
Window |
Allows you to show your views as windows and control them from your View |
#Interfaces
Name | Description |
---|---|
IEvent |
Allows you to convert an event’s arguments to a command’s parameter. |
IEvent |
Allows you to convert an event’s arguments to a command’s parameter and vice versa. |
#Enums
Name | Description |
---|---|
Composite |
Lists the values that specify the Composite |
Notification |
Lists values that specify the monitor where to display notifications. |
Window |
Lists the values that specify how the Window |