How to sort a nested ListView at the business objects level, in code
This example demonstrates how to provide hidden and permanent sorting by a property in a nested ListView. Suppose we have Order and OrderItem classes that participate in an aggregated One-To-Many...
View ArticlePrinting appointment details using the XtraReports Suite
This example illustrates how you can print the appointment details for the appointments currently displayed in the Scheduler by means of the XtraReports Suite. The key point is to obtain a collection...
View ArticleCustomDrawAppointment & CustomDrawAppointmentBackground
This example illustrates the use of CustomDrawAppointment and CustomDrawAppointmentBackground events.The background color for selected appointments is inverted, and the border is drawn colored...
View ArticleHow to implement conditional formatting for rows
The following sample demonstrates how to change the appearance of grid rows based on a condition. Please refer to the Conditional Formatting help topic for details.For version 13.2 and prior:This is...
View ArticleHow to create fully custom Role, User, Event, Resource classes for use with...
This example demonstrates how to create fully custom classes for use in our Security Module (with the 'old' DevExpress.ExpressApp.Security.SecurityComplex component) and Schedule Module: - Activity...
View Article[OBSOLETE] How to obtain data from a ChartDashboardItem instance and export...
This example demonstrates how to get data from a ChartDashboardItem item using DashboardViewer.GetUnderlyingData and create a report in order to export it to Excel. Starting with v15.2, the Dashboard...
View ArticleHow to determine the View, from which another view is shown
This Controller below demonstrates how to handle the ViewShowing and ViewShown events of the XafApplication class, to provide interaction between views.Use the SourceFrame and TargetFrame properties...
View ArticleHow to: Create a GridSplitContainer and customize its embedded Grid Controls
This example demonstrates how to create a GridSplitContainer in code, enable the Split View feature and customize the embedded Grid Controls being split.Question CommentsAdded By: sun xue at:...
View ArticleHow to implement conditional formatting for cells
The following sample demonstrates how to change the appearance of grid cells in a certain column based upon some condition. For example, in this tutorial you can see that the background color of cells...
View ArticleHow to bind a report displayed in the DocumentViewer extension to the model's...
This example demonstrates how you can bind a Report in your ASP.NET MVC application to your model class. Starting with version 14.2 (2014 vol 2), use the ObjectDataSource component to bind your report...
View ArticleHow to handle a double click on appointments and time cells
This example illustrates how to handle a double click on appointments and time cells. There is a simple solution in case of appointments. You just need to handle the built-in...
View ArticleHow to show the NavPaneForm programmatically?
When the "NavigationPane" view is applied, the NavBarControl can be collapsed to save space by clicking on a small arrow button within the control's caption. When collapsed, the NavBarControl still...
View ArticleHide dates in the DateNavigator control
This example illustrates how to hide dates of the previous/next month in the DateNavigator control.For versions before v15.2 it is recommended to implement a DateNavigator class descendant and...
View ArticleHow to merge documents into a single PDF
This example illustrates how to use PDF Document Processor for merging pages of two separate PDF files into a single PDF file.Question CommentsAdded By: Adriana Monterrubio at: 11/6/2014 11:52:24 AM...
View ArticleHow to integrate the Web Report Designer into a web application
This example demonstrates how you can integrate the Web Report Designer into your web application. The application contains a simple report catalog, allowing you to add, delete, and edit reports whose...
View ArticleHow to to determine which part of the DateNavigator control is located under...
This example uses the GetHitInfo method to obtain information on the point which the mouse hovers over. The information is displayed it in the application window caption.
View ArticleHow to get a value of a ASPxComboBox hidden column on the client side
This example demonstrates how to add the possibility to get a hidden ASPxComboBox column value on the client side. In the example, the ASPxEditBase.CustomJSProperties event is used to create a...
View ArticleHow to use a custom UserControl as a tooltip
This approach is outdated. If you have 13.2 version or higher, please use our FlyoutPanel for this purpose.This example demonstrates how to use any control as a tooltip for DevExpress controls. More...
View Article(Obsolete) Pivot Chart Integration - How to correct chart arguments order
Update: Starting with version 15.2, it is possible to use the AxisBase.QualitativeScaleComparer property to sort values manually. Refer to the S31660: Qualitative Scale - Provide custom sorting thread...
View Article