DevExpress/DX_WPF
-
[DX_WPF] MessengerDevExpress/DX_WPF 2024. 2. 15. 11:30
Prism의 PubSub Event에 대응되는 라이브러리 https://docs.devexpress.com/WPF/17474/mvvm-framework/messenger Messenger | WPF Controls | DevExpress Documentation The DevExpress.Mvvm.Messenger class allows you to implement a message exchange between modules. The Messenger class implements the IMessenger interface. Run Demo: Messenger Getting Started With Messenger The following step-by-step tutorial illustrates..
-
[DX_WPF] Localization FolderDevExpress/DX_WPF 2024. 2. 7. 07:48
DevExpress 사용하면 Output Folder에 언어 지역화 폴더 자동생성. (by Default) 자동생성 막으려면 아래 참조. https://docs.devexpress.com/GeneralInformation/404608/localization#satellite-resource-assemblies Localization | General Information | DevExpress Documentation Localization allows you to translate DevExpress UI controls and components into different languages. From straightforward localization with pre-built satellite re..
-
[DX_WPF] IRegion VisualSerializationModeDevExpress/DX_WPF 2024. 2. 6. 07:35
Hello, The VisualSerializationMode property defines how visual components associated with corresponding regions save their layouts. This feature is supported for a certain number of controls. Please refer to the following help topic: Save/Restore Control Layout. These are the available values from the VisualSerializationMode enumeration and their functions: Disabled - The feature is disabled; Pe..
-
[DX_WPF] Pagination or Infinite ScrollDevExpress/DX_WPF 2024. 1. 26. 15:51
https://github.com/DevExpress-Examples/wpf-data-grid-bind-to-infiniteasyncsource Infinite Scroll https://docs.devexpress.com/WPF/120194/controls-and-libraries/data-grid/bind-to-data/bind-to-any-data-source-with-virtual-sources/use-virtual-sources How to Use Virtual Sources | WPF Controls | DevExpress DocumentationThis step-by-step tutorial demonstrates how to use virtual sources in an MVVM ap..
-
-
[DX_WPF] VisualStateServiceDevExpress/DX_WPF 2024. 1. 25. 11:41
Error VisualStateService with the same Name already exists. If you are using several VisualStateServices in one View, be sure that they have different names. public class ModuleAViewModel : ISupportState, ISupportServices 같이 써서 발생? 주석하면 발생 안함.
-
[DX_WPF] POCO View ModelsDevExpress/DX_WPF 2024. 1. 24. 13:04
https://docs.devexpress.com/WPF/17352/mvvm-framework/viewmodels/runtime-generated-poco-viewmodels Runtime-generated POCO View Models | WPF Controls | DevExpress Documentation POCO (Plain Old CLR Objects) View Models simplify and speed up the development process. POCO View Models allow you to: Define bindable properties as simple auto-implemented properties. Create methods that function as comman..
-
[DX_WPF] ISupportServicesDevExpress/DX_WPF 2024. 1. 19. 07:57
// 아래 글 안의 링크 되어있는 글들 참조. https://supportcenter.devexpress.com/ticket/details/t659467/mvvm-services-and-ioc-container MVVM services and IoC container You have yet to view any tickets. Your search criteria do not match any tickets. A server error occurred while processing your request. Please try again at a later time. supportcenter.devexpress.com https://docs.devexpress.com/WPF/17447/mvvm-framew..