Lesson 1 - Creating a Simple WinForms MVPVM Applicaiton
This example demonstrates how to build a simple WinForms application that follows the MVPVM pattern.>> Lesson 1 - Create a Simple MVPVM Application (Step-by-step description) Lesson 2 - Commands....
View ArticleASPxGridView - Cell Merging
The example shows how to implement the cell merge feature for the ASPxGridView control. You can use the helper class that will perform cell merging for the grouped grid as well. Please keep in mind...
View ArticleGridView - How to copy cell data in an Excel format (BIFF8) to the clipboard...
This example demonstrates how to build data in BIFF8 format and pass it to the clipboard. This approach allows you to copy cells data within appearance (text alignment, borders, background color and...
View ArticleHow to locate field value cells matching a particular condition
The following example demonstrates how to handle the CustomFieldValueCells event to locate a specific column/row header identified by its column's/row's summary values. In this example, a predicate is...
View ArticleHow to remove standard bar items and add custom ones to the...
This example demonstrates how to customize the DocumentViewerControl's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove standard commands from a Ribbon toolbar and add...
View ArticleHow to perform certain actions after each callback (like MVCxGlobalEvents)
The main idea is to handle the jQuery.ajaxSuccess event for the document element, which is raised after each callback.[JScript] $(document).ajaxSuccess(function(){.................});Starting with...
View ArticleLesson 2 - Binding Commands in the WinForms MVPVM application
The described approach is related to the preview version of our MVVM Frameworks for WinForms. We've significantly improved its API. Please refer to the new documentation (WinForms MVVM) and the code...
View ArticleLesson 3 - Create a WinForms MVPVM applicaiton with multiple Views
The described approach is related to the preview version of our MVVM Frameworks for WinForms. We've significantly improved its API. Please refer to the new documentation (WinForms MVVM) and the code...
View ArticleLesson 4 - Simple Navigation in MVPVM Application
The described approach is related to the preview version of our MVVM Frameworks for WinForms. We've significantly improved its API. Please refer to the new documentation (WinForms MVVM) and the code...
View ArticleLesson 5 - Complex Navigation in MVPVM Application
The described approach is related to the preview version of our MVVM Frameworks for WinForms. We've significantly improved its API. Please refer to the new documentation (WinForms MVVM) and the code...
View ArticleLesson 6 - Multi-level navigation in MVPVM applications
The described approach is related to the preview version of our MVVM Frameworks for WinForms. We've significantly improved its API. Please refer to the new documentation (WinForms MVVM) and the code...
View ArticlePopupContainerEdit - How to always show size grip of the popup drop down on...
This example illustrates how to show the size grip of the PopupContainerEdit always on the right size regardless the location and closeness the drop down to screen edge
View ArticleHow to use the Messenger in a CRUD application
This example shows how to create a CRUD application based on the DevExpress MVVM Framework. It uses the Entity Framework Code First technology to work with a database and the DevExpress POCO technology...
View ArticleHow to show detail information in a separate ASPxGridView
This example demonstrates how to use two ASPxGridView instances to show the master-detail data. Detail data is displayed in an external ASPxGridView when a master ASPxGridView's focused row index is...
View ArticleHow to create a custom font edit control that supports a skinned font dialog
In this example we have created a FontEdit descendant that supports a skinned font dialog, which is identical to a standard font dialog, in an Editing mode.Question CommentsAdded By: Luis Oliva Laurent...
View ArticleHow to speed up Windows Forms applications, running in a Remote Desktop...
To achieve this goal, you can disable visual styles, skins, animations, and set various controls options. Note that here we additionally disable visual effects of two most "expensive" controls:...
View ArticleHow to set tab stops so that each tab is of certain characters width
This example illustrates how you can set monospaced font as the document default font and use the MeasureSingleLineString method to calculate the width of a string composed of four characters. This...
View ArticleListBox - Moving items between ListBoxes
This example illustrates how to move items between two Overview - ListBox extensions. Note that we are using CheckColumn selection mode (see ListBoxProperties.SelectionMode) to be able to select and...
View ArticledxTabs - How to display a content based on the selected tab - AngularJS Approach
This example demonstrates how to display a content based on the selected tab. The main idea is to use the ngIf directive to display an appropriate content based on the selected tab index.See...
View ArticledxTabs - How to display a view based on the selected tab
This example demonstrates how to display a view based on the selected tab. The main idea is to use the if binding to display an appropriate partial view based on the selected tab index. See also:...
View Article