How to preserve the XtraGrid view state in multi level master/detail
This example is an extension of example How to preserve the XtraGrid View state for a grid in master-detail mode. It stores view states of all existing nested grid views.Question CommentsAdded By:...
View ArticleHow to bind a dashboard to a List object
The following example demonstrates how to bind a dashboard to a List object. In this example, information about the sold units quantity is provided at runtime. The dashboard data source is added to the...
View ArticleHow to show a PDF file using the PdfViewer control
The following example illustrates how to load an existing PDF file into the PdfViewer control at runtime.To do this, call the PdfViewer.LoadDocument method.
View ArticleHow to bind a dashboard to a DataSet populated from an XML file
The following example demonstrates how to bind a dashboard to a DataSet populated from an XML file.In this example, an XML file provides data about car models and corresponding prices. The data source...
View ArticleOBSOLETE - How to implement check boxes with SelectRows and...
UPDATED:Starting with version v2014 vol 1 (v14.1), this functionality is available out of the box:S173621: ASPxGridView - Add the built-in SelectAll CheckBox for Command ColumnSimply set the...
View ArticleHow to determine the page number of a clicked PDF page
This example demonstrates how to identify a PDF page in the document by using the PdfViewer.GetDocumentPosition method of the PdfViewer.
View ArticleHow to determine the PDF content type corresponding to a specific document point
This example illustrates how to determine the type of the PDF content corresponding to the document area that is being clicked.
View ArticleHow to customize a data store schema for SQL data sources
This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.In this example, the IDBSchemaProvider interface is...
View ArticleASPxDocumentViewer - How to customize a parameter editor (Creating a...
This example demonstrates how to use a custom editor for the report's parameter to implement a multi-select parameter. The ASPxTokenBox control is used as a multi-select parameter editor.The main idea...
View ArticleHow to import data to worksheet cells from different data sources and use tables
This example illustrates how to use the Worksheet.Import method to import data to worksheet cells from different data sources (arrays, lists and data tables), and how to format a range of cells as a...
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 bind a dashboard to a SQL database using DashboardSqlDataSource
The following example demonstrates how to bind a dashboard to a SQL database using DashboardSqlDataSource.DashboardSqlDataSource allows you to establish a connection to a data store by providing...
View ArticleObjectDataSource - How to provide a custom parameter editor.
This example illustrates how to provide an End-User Report Designer with a custom editor for editing a value of a parameter passed to a member of an ObjectDataSource. To achieve this functionality,...
View ArticleHow to: Customize the GridControl's Data-Aware Export Output
This example demonstrates how to customize the GridControl's data-aware export output.In this example, the grid's data is exported to XLSX format using the GridControl.ExportToXlsx method with a...
View ArticleHow to apply format conditions to pivot grid data cells
This example shows how to add format conditions to WPF Pivot Grid Control.The top bottom rule conditional formatting is applied to the 'Quantity' measure and intersection of the 'Sales Person' and...
View ArticleMVVM Best Practices
This example contains the complete MVVM Best Practices demo available from the DevExpress WinForms Demo Center. The solution is divided into separate sections; each section contains several simple...
View ArticleHow to invoke the Chart Designer at runtime
This example demonstrates how to invoke the Chart Designer at runtime.
View ArticleHow to use the Workflow Module with the Entity Framework data model
This example uses the EF-based version of the XPO-based Workflow Demo application that is shipped with XAF. It demonstrates how to use the Workflow Module in XAF applications where Microsoft ADO.NET...
View ArticleHow to add the Client Chart Designer to an application
This example demonstrates how to add the Client Chart Designer to an application.
View ArticleHow to bind a dashboard to an OLAP cube using DashboardOlapDataSource
The following example demonstrates how to bind a dashboard to an OLAP cube using DashboardOlapDataSource. The DashboardOlapDataSource allows you to establish a connection to the OLAP cube by specifying...
View Article