OBSOLETE - How to represent a enumeration property via radio buttons or check...
==========================================================This example is now obsolete. Refer to the How to represent an enumeration property via a drop-down box with check boxes one...
View ArticleHow to bind a date-time chart range control client to a datasource and...
This example demonstrates how to set up a range control with the date-time chart client to display a chart with date-time data in the range control's background. In order to provide data to a chart...
View ArticleLesson 2 - Binding Commands in the WinForms MVPVM application
Question CommentsAdded By: Wade Fleming at: 9/4/2014 4:28:54 AM Is there a description/overview to go along with these MVPVM examples?Added By: Olga (DevExpress Support) at: 9/4/2014 5:44:54 AM...
View ArticleASPxGridView - How to sort by multiple columns (as in MS Excel)
This sample illustrates how to sort the ASPxGridView by multiple columns using a custom sort popup.
View ArticleHow to print or export a report from code without first previewing it
This sample illustrates how you can print or export a report from code in a Silverlight application.Question CommentsAdded By: Mukesh Chandra at: 1/2/2014 3:27:43 AM Is it possible to print a report...
View ArticleHow to: Print a report without displaying a preview
This example demonstrates how to implement the InstantPrintReport Action that prints the current report without displaying its preview. The complete description is available in the How to: Print a...
View ArticleHow to save a layout of LayoutControl together with its child controls
By default, if you save a layout of LayoutControl, settings of layout items are saved (Save and Restore Layout ). When you load the saved layout, layout items will be created with saved settings only...
View ArticleLesson 1 - Creating a Simple WinForms MVPVM Applicaiton
This example demonstrates how to build a simple WinForms application that follows the MVPVM pattern. A complete step-by-step description for this example is available here .
View ArticleLesson 3 - Create a WinForms MVPVM applicaiton with multiple Views
See this help article for a complete example description.
View ArticleLesson 4 - Simple Navigation in MVPVM Application
A complete step-by-step description for this example is available here.
View ArticleXtraForm - How to implement colorful forms
This example demonstrates how to color a form header individually. For detailed explanation, refer to XtraForm - How to implement colorful forms .
View ArticleHow to add a watermark with a text or image to the document
This example illustrates how you can add a watermark to the document. The main idea is to add a corresponding Floating Object (TextBox or Picture) to the header section (see SubDocument essentials -...
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 (Complex Security Strategy) and Schedule Module. Here is the Activity class, which is an analog of our...
View ArticleHow to create a RibbonControl
This example shows how to create a RibbonControl in XAML.Question CommentsAdded By: James Doran at: 9/7/2014 6:55:52 PM The "example" download file has a dxsample extension which should be "zip"
View ArticleHow to implement cascaded combo box columns in ASPxGridView without using...
The example illustrates how to create an editable grid with cascaded combobox columns. The implementation of the example includes the handling of manual callbacks and providing items for appropriate...
View ArticleEntity Framework CodeFirst model for XtraScheduler data binding
This example illustrates how to create an appointment and resource model by using Code First development and then use the types defined in the model as data sources for the SchedulerStorage component...
View ArticleHow to bind TileBar to a collection of items
To use TileBar according to the MVVM, pattern, you can generate TileBarItems from a collection. To accomplish this task, assign a collection to the TileBar.ItemsSource property. To change properties of...
View ArticleHow to obtain a dashboard item's client data in the Web Viewer
The following example demonstrates how to obtain client data corresponding to a particular visual element using ASPxDashboardViewer's client-side API.In this example, the...
View ArticleHow to create a TimeEdit descendant which will allow editing and displaying...
This example shows how to create a TimeEdit descendant which will allow editing and displaying TimeSpan values, and entering more than 24 hours.See Also:How to create a custom editor that will allow...
View ArticleHow to display a check box within column headers
This example demonstrates how to display a check box within column headers. If the check box is checked, the corresponding column is made read-only. Uncheck the check box to allow column values to be...
View Article