How to: Navigate between Views via FrameNavigationService
The FrameNavigationService provides methods to navigate between Views within a NavigationFrame. This example shows how to use this service.In this example, the MainWindow contains a NavigationFrame,...
View ArticleHow to enable the Multi Selection feature in VGridControl
These examples illustrate how to enable the Multi Selection feature in the VGridControl. Simply place the SelectionProvider component onto a form. Since this component implements the IExtenderProvider...
View ArticleHow to: Create Information Panels
This example shows how you can create information panels. The complete description is available in the How to: Create Information Panels help topic.Example CommentsAdded By: Willem de Vries at:...
View ArticleHow to use Criteria Property Editors
This example illustrates the specifics of using Criteria Property Editors in an XAF application. The complete description is available in the How to: Use Criteria Property Editors help topic.See...
View ArticleDockPanel - How to create DockPanels dynamically and persist their state to...
This example illustrates how to add DockPanel to the view dynamically and restore their layout from cookies when view page is reloaded. We are using the approach from the How to use the jQuery.ajax...
View ArticleASPxComboBox - How to change a color of text for certain items
This example illustrates how to customize a style for each item. Since the color is changed for an HTML element, it is necessary to synchronize this settings on each round-trip to the server. For this,...
View ArticleHow to create persistent classes mapped to tables with a composite primary...
When you have a table with a composite key, a usual solution is to declare a structure for the key member as described in the A2615 article. If the database schema is not known as design time, and you...
View ArticleHow to bind SchedulerControl to ObservableCollection
This example illustrates how to bind SchedulerControl appointment and resource storages to ObservableCollection instances in the context of the basic MVVM implementation. Custom appointment and...
View ArticleHow to create a master-detail report in a RichEditControl
This example illustrates an older approach to create master-detail documents with the RichEditDocumentServer, by using the DOCVARIABLE field.To learn about a newer and more convenient approach to...
View ArticleHow to create collection properties with associations at runtime
The XPO Library provides the capability to create classes and members at runtime by customizing the metadata dictionary. Besides creating persistent members mapped to database columns, it is also...
View ArticleHow to show Hierarchical Resources in SchedulerListEditor (WinForms)
The XtraScheduler Suite provides the capability to show hierarchical resources via the Resources Tree control. This scenario is not currently supported in XAF out-of-the-box. The example demonstrates...
View ArticleASPxGridView - How to set a different color for the modified cell in...
To implement this scenario, handle the HtmlDataCellPrepared event and add a custom attribute for each data cell:...
View ArticleHow to automatically create mail-merge documents using the Snap Document Server
This example demonstrates how to use the Snap API to automatically generate master-detail mail merge documents by the DevExpress Document Server.After running this example, a console application...
View ArticleHow to show filter dialog before showing ListView
Scenario:When a user executes a navigation item that displays a large ListView, the application should display a popup window that allows you to define a filter for this ListView before loading records...
View ArticleHow to use SnapDocument events to customize the default templates of Snap...
This example illustrates how you can use the SnapDocument events to customize the structure and formatting of Snap lists and columns added to a document via the Data Explorer.To learn more about using...
View ArticleHow to get additional search results using the Bing Map Search service
This example demonstrates how to provide search for location and keywords using the BingSearchDataProvider.Search method. In this example, the built-in Search panel is disabled (the...
View ArticleHow to implement dependent views in a DashboardView (filter based on selection)
This example illustrates how to filter a ListView displayed in a DashboardView based on another ListView's selection.Scenario When a DashboardView contains several list views, it is often required to...
View ArticleHow to colorize map contours loaded from Shapefiles using the Choropleth...
This example demonstrates how to paint each map contour in a specific color depending on GDP data from Shapefiles (Countries.dbf, Countries.shp).
View ArticleHow to colorize map contours loaded from Shapefiles using the graph colorizer
This example demonstrates how to paint map contours loaded from Shapefile (Countries.shp) using the graph colorizer.
View ArticleDate range filtering in the Filter Row
The ASPxGridView has the Filter Row, but unfortunately it doesn't provide the FilterRow template. However since v2009 vol 2 version, the ASPxDropDownEdit control can easily provide its template, which...
View Article