How to programmatically create a map control and connect it to the OpenStreet...
This example shows how to create a map control at runtime and connect it to the OpenStreetMap data provider.
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 ArticleHow to apply conditional formatting to a range of cells
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule. In particular, this...
View ArticleWinForms SpreadsheetControl API
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.In particular, this sample...
View ArticleASPxPopupControl/ASPxPopupMenu - How to use the client SetPopupElementID...
This example demonstrates the use of the client SetPopupElementID method. This method allows you to programmatically specify the element whose specific mouse action (defined via the PopupAction...
View ArticleHow to customize cell appearance using a cell template
In this example the SpreadsheetControl.CellTemplate property is used to specify a data template that displays a cell formula near the cell.
View ArticleHow to apply conditional formatting to a range of cells
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule.In particular, this sample...
View ArticleHow to customize cell appearance based on custom logic
Cell template in WPF Spreadsheet allows you to change the visual presentation of cells. To assign a cell template, use the CellTemplate property of the SpreadsheetControl, as illustrated in the How to...
View ArticleHow to create a Sparkline control
This example demonstrates how to provide data for a standalone SparklineEdit control and adjust its main properties.
View ArticleHow to stretch the detail area to fill the entire page
The following example demonstrates how to calculate the height of a usable page area without a page header and a page footer. This might be required to specify the size of a detail area, which fills...
View ArticleHow to use an image from application resources in a DXPrinting template
When using an image from resources inside a DXPrinting template, your first move might be to write something like this:<DataTemplate x:Key="reportFooter"><dxe:ImageEdit IsPrintingMode="True"...
View ArticleHow to show sparklines in a grid
This example demonstrates how to show sparklines in a grid column. Note that in this sample an Area sparkline is displayed. To change Area to another sparkline view, replace AreaSparklineStyleSettings...
View ArticleHow to provide the dashboard with data if the data source is assigned in code
The following example demonstrates how to provide a dashboard with data if a data source is assigned in code. The DataLoading event will be used for this purpose.In this example, the data source is...
View ArticleHow to generate a sequential and user-friendly identifier field within a...
ScenarioOrders, articles or other business entities often require that you have user-friendly Id or Code fields that end-users can memorize and use during phone conversations. They are usually...
View ArticleOBSOLETE - How to: Add a Button to a Form
=================================This example is obsolete. To add a button, that is a Simple Action, or another Action to a Detail View, create an Action Container View Item. To learn how to do this,...
View ArticleHow to add an empty page if a group in the report ends on an even page
This example illustrates how to conditionally add an empty page. In this sample the GroupFooter with an empty control (the Tag property of this control is bound to GroupField) which is required to...
View ArticleHow to allow ComboBoxEdit to select multiple items with the autocomplete feature
By default, ComboBoxEdit allows you to select one item using the autocomplete feature.This example provides a way to enable the behavior when the autocomplete feature works for multiple item selection....
View ArticleHow to support access based on multiple user roles in ASPxFileManager
By default, ASPxFileManager supports only a single user role. If you use built-in ASP.NET membership and your users have only single roles, you can fill the FileManagerSettingsPermissions.AccessRules...
View ArticleWPF SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View ArticleHow to post data back to the database when editing series points in the...
This example demonstrates how to update a database according to changes made in the gantt chart. The end user can move both start- and end-points of any gantt bar or drag and drop it within a diagram....
View Article