How to use ASPxHtmlEditor to edit RTF data
It is possible to use ASPxHtmlEditor WYSIWYG capabilities to edit rich text, for example, imported from the RTF file.This example illustrates how to:- Store real RTF content in a data source;- Edit...
View ArticleDXCharts Getting Started - Lesson 2 - Bind Chart Series to Data
This example demonstrates how to manually add a series to the chart's diagram, and then bind this series to the datasource.
View ArticleWinForms 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 ArticleOBSOLETE: How to resize a chart according to the actual size of a Web...
This example illustrates the capability to resize a WebChartControl to fit the page width when the web page is resized.See also: - E1242; - E568; - E258.NOTE: The approach described in this example is...
View ArticleCreate a Mobile App in Visual Studio
This is the project that you will get if you go though the Create a Mobile App in Visual Studio tutorial.
View ArticleHow to implement a simple PDF viewer in ASP.NET WebForms web application by...
This example demonstrates how to implement a custom web PDF viewer control by using the DevExpress Document Server functionality.The main idea of this approach is to use the PdfDocumentProcessor class...
View ArticleHow to create a 2D Pie (Donut) chart
The following example demonstrates how to create a 2D Pie chart.For this, it's necessary to create a ChartControl, choose a SimpleDiagram2Dobject as its diagram and put PieSeries2D into its Series...
View ArticleASPxGridView - How to manipulate the control inside DataItemTemplate when a...
This example demonstrates how to manipulate the control inside DataItemTemplate when a row is selected.1) Define the ASPxSpinEdit editor inside a column's DataItemTemplate and bind the editor with a...
View ArticleHow to assign a list of static values to a report parameter
This sample illustrates how you can allow your end-user to choose from a list of values for a report's parameters in Print Preview.In this sample, a static list of values is provided for a parameter in...
View ArticleHow to filter persistent objects against their type
ScenarioWe have a Department object that has a collection of Employees. Employees can be either objects of the LocalEmployee or ForeignEmployee types - descendants of the EmployeeBase class. Our goal...
View ArticleHow to get information about a geographical point using the MS Bing Geocode...
This example demonstrates how to obtain information about a geographical point from the Bing Geocode data provider using the BingGeocodeDataProvider.RequestLocationInformation method.To see how it...
View ArticleXtraGrid - How to automatically put search text in quotation marks in Filter...
This example demonstrates how to automatically put the FindPanel's search text in quotation marks.
View ArticleHow to manage user settings (reset, merge, import, export, etc.) stored in...
Refer to the A reusable XAF module for storing model settings in the database (security system type insensitive!) forum thread for more details about this solution.To use this custom module in your...
View ArticleHow to assign a list of dynamic values to a report parameter
This sample illustrates how you can allow your end-user to choose from a list of values for a report's parameters in Print Preview.In this sample, the list of values is provided to a parameter...
View ArticleHow to integrate a web charting module - example solution
This solution includes ready-to-use project templates for the Implementing a web charting module with the XtraCharts Suite KB article.
View ArticleHow to apply master filtering in code in OLAP mode
The following example demonstrates how to apply filtering for dashboard items that act as a master filter in OLAP mode.In this example, the SetMasterFilter method is used to select the required cards...
View ArticleHow to apply master filtering in code
The following example demonstrates how to apply filtering for dashboard items that act as a master filter.In this example, the SetMasterFilter method is used to select the required rows in the Grid's...
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 documents by the DevExpress Document Server.After running this example, a console application creates a document that is...
View ArticleHow to calculate a route between waypoints and customize the appearance of a...
This example demonstrates how to calculate a route between several route waypoints and change the appearance of a route path by means of the Bing Route web service.To calculate a route between...
View ArticleHow to provide custom separators for records of a mail-merge document
This example demonstrates how to provide a custom element to separate each record in a document when none of the standard separators meets your requirements.After running this example, click...
View Article