DevExpress.Maui.Mvvm Namespace
Contains classes that help you to develop a MAUI application based on the MVVM pattern.
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Classes
Name | Description |
---|---|
DXObservable |
Extends the Observable functionality.
|
DXObservable |
Stores event arguments related to changes in a DXObservable |
DXObservable |
An Observable descendant that provides access to an additional set of Set methods that implement observable properties.
|
DXPopup |
Stores information used to create a DXPopup |
DXPopup |
Stores information used to create a DXPopup |
DXPopup |
Stores methods that show a pop-up view. |
DXPopup |
Stores settings applied to a pop-up view. |
DXRead |
A Read descendant that provides access to Collection |
Enumerable |
Provides access to extension methods that work with IEnumerable collections.
|
Localizable |
Retrieves localized strings based on a key and updates them automatically when the current culture (locale) changes. |
Localizer |
Stores extension methods for the ILocalizer interface. |
Set |
Stores helper methods that allow you to specify a property value. |
UIService |
Provides access to UI services defined in XAML at the View Model level. |
UIService |
Provides access to extension methods for the IUIService |
Weak |
Provides access to a mechanism used to manage events in a way that prevents memory leaks caused by strong references between event publishers and subscribers. |
Weak |
Allows you to create an event handler that prevents memory leaks caused by strong references between event publishers and subscribers. |
#Interfaces
Name | Description |
---|---|
IDXObservable |
Provides access to DXObservable |
IDXObservable |
Provides access to event arguments related to changes in the IDXObservable |
IDXPopup | The interface that closes a pop-up view. |
IDXPopup |
Provides access to methods that show a pop-up view. |
IDXPopup |
The interface that a View Model needs to implement to display a pop-up view through IDXPopup |
ILocalizer | Provides access to methods and events that retrieve localized strings in a .NET MAUI application. |
INavigation |
Provides access to methods used to navigate between views in a MAUI application. |
IPrint |
Provides access to methods that display a print dialog. |
ISave |
Provides access to the Save |
IUIObject |
Contains members that allow you to access a UI element from the View Model. |
IUIService |
Provides access to UI services. This interface should be implemented at the View Model level. |
IUIService |
Provides access to methods that manage UI services. |
IWeak |
Manages weak event subscriptions. |
Weak |
Provides access to an event handler. |
#Delegates
Name | Description |
---|---|
DXEvent |
A method that handles events with strongly-typed event data and allows event subscribers to receive additional information when an event occurs. |
#Enums
Name | Description |
---|---|
DXPopup |
Lists values that specify the horizontal alignment of the pop-up view. |
DXPopup |
Lists values that specify the vertical alignment of the pop-up view. |
Predefined |
Lists predefined file types. |
Print |
Lists print content types. |