DevExpress/DX_WPF
-
[DX_WPF] Buttons in ComboBoxDevExpress/DX_WPF 2025. 3. 25. 16:43
// 콤보박스 DropDown 화살표 버튼AllowDefaultButton = "False" https://supportcenter.devexpress.com/ticket/details/t692175/comboboxedit-custom-buttons ComboBoxEdit custom buttonsYou 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 MS ComboBox vs DevExpress Com..
-
[DX_WPF] MaskDevExpress/DX_WPF 2025. 2. 20. 09:37
Xaml Control F4 키 Floating Pointscientific notation https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings?redirectedfrom=MSDN#EFormatString Standard numeric format strings - .NETIn this article, learn to use standard numeric format strings to format common numeric types into text representations in .NET.learn.microsoft.com https://support.functionbay.co..
-
[DX_WPF] CellTemplateSelectorDevExpress/DX_WPF 2025. 2. 19. 13:25
View.xaml Resource Dictionary 등록 Resource Dictionary의 x:Key 값이 "ValueEditorTemplateSelector" 인거 사용 ValueEditorTemplateSelector.xaml ValueEditorTemplateSelector.cs RowData.Row 를 해당하는 데이터 타입으로 변환(ex ITagData) 해서 RowData.Row.(필드이름=ITagData의 프로퍼티) 를TryFindResource로 ( View.xaml + Resource Dictionary) 에서 찾아서(x:key = dataItem.Type) 있으면(DataTemplate)으로 반환, 없으면 null 반환. https://docs.devexpre..
-
[DX_WPF] EventToCommandDevExpress/DX_WPF 2025. 2. 7. 10:20
Event EventConverter OrTuple 사용 Ex) ViewModelTuple 사용 https://m.blog.naver.com/wlstmddn74/222867382492 [WPF_DevExpress] Behavior 03.EventToCommandEventToCommand 클래스는 이벤트를 명령에 바인딩 할 수 있는 Behavior이다. 즉, 설정한 이벤트가 발생...blog.naver.com https://docs.devexpress.com/WPF/17369/mvvm-framework/behaviors/predefined-set/eventtocommand?v=18.2 EventToCommand | WPF Controls | DevExpress DocumentationTh..
-
[DX_WPF] Module ManagerDevExpress/DX_WPF 2024. 11. 28. 09:17
RemoveAllTo remove all modules from UI, use the ModuleInjection.Clear method. Note that this method does not invoke raising the ViewModelRemoving event, so removing modules cannot be canceled. ModuleManager.DefaultManager.Clear(string regionName); https://docs.devexpress.com/WPF/118618/mvvm-framework/mif/module-manager Module Manager | WPF Controls | DevExpress DocumentationModuleManager prov..
-
-
[DX_WPF] Notification Balloon TipDevExpress/DX_WPF 2024. 5. 3. 09:40
App Start할 때 추가DevExpress.Data.ShellHelper.TryCreateShortcut("DSM", "DSM Notify Service"); Xaml 에 서비스 추가커스텀서비스 필요하면 데이타 템플릿 추가 Xaml 서비스 ViewModel로 가져오기 결과 값 받아서 처리. void ProcessNotificationResult(NotificationResult result) Ex. NotificationResult.Activated 노티 클릭했을 때 반환되는 값. https://docs.devexpress.com/WPF/18138/mvvm-framework/services/predefined-set/notificationservice NotificationServic..