How to enable Gantt view for the SchedulerControl bound to collection of...
This is a simple example of XtraScheduler bound to collection of custom business objects displaying Gantt view. This project also utilizes the ResourcesTree control to display a hierarchy of resources...
View ArticleHow to edit TimeSpan data in standalone and in-place mode
Starting with the 14.2 version, the XtraEditors library contains TimeSpanEdit out of the box.Obsolete:This example shows how to create a TimeEdit descendant which will allow editing and displaying...
View ArticleCustomDocumentsHostWindow - How to create your own floating document container
This example illustrates how to set a custom document host as a floating document container in the CustomDocumentsHostWindow event handler. Please refer to the provided help link for more information.
View ArticleHow to create a 3D Bubble chart
The following example demonstrates how to create a 3D Bubble chart.Question CommentsAdded By: Vincent Robert at: 12/10/2014 3:01:39 PM Is it possible to create such a 3d bubble chart using the...
View ArticleCustomize appearance of generated pie chart items
This example shows how to customize appearance of generated pie chart items.
View ArticleUploadControl with Model Binding Support - Registration Form
This example illustrates how to bind UploadControl (its posted files) with a Model property:- Set the corresponding Model property of the "IEnumerable<UploadedFile>" type;- Set the...
View ArticleHow to define global settings for all controls in the project without...
This example illustrates the second approach described in the How to define global settings for all controls in my project KB article.
View ArticleHow to validate editors
This is the project that you will get if you go through the DevExpress DevExtreme Widgets: Validation video tutorial.
View ArticleHow to override RTF formatting in XRRichText
Problem: I am creating a data-aware report. The source data table has a column containing RTF text. I need to override several RTF settings before displaying it in XRRichText. I have tried many...
View ArticleHow to make points in a ChartControl adjustable interactively
This example demonstrates how to make it possible for end-users to edit (move) series points data at runtime.The key principals of this example include handling the ChartControl.ObjectHotTracked event...
View ArticleHow to show series labels for hot-tracked points
This example demonstrates how to make a chart show a series point label only for the point that has been hot-tracked.To do this, in the CustomDrawSeriesPoint event handler, assign an empty string to...
View ArticleHow to use XPO in ASP.NET MVC3 application (Razor)
This example demonstrating a simple ASP.NET MVC3 application using XPO as Data Access Layer.See also: How to use XPO in an ASP.NET MVC applicationQuestion CommentsAdded By: TPS Programmer at: 11/3/2014...
View ArticleHow to create bars using BarManager control
This example shows how to create three bars (File, Edit and StatusBar) using the BarManager component. Actions for bar elements are defined by commands implemented in the MyViewModel class. The...
View ArticleHow to create a Bars UI using the MainMenuControl, ToolBarControl and...
This example shows how to create three bars (File, Edit and StatusBar) using the MainMenuControl, ToolBarControl and StatusBarControl controls.Actions for bar elements are defined by commands...
View ArticleWinForms RichEditControl API
This example demonstrates how to use RichEditControl API to programmatically manage rich text documents.The application includes the RichEditControl (at the top) used to display and edit the code and...
View ArticleHow to define a report dynamically in the Web application
This example illustrates how to create a report dynamically in the web applicationQuestion CommentsAdded By: drzej at: 12/13/2014 4:48:02 PM aspx is only for dx 8.3
View ArticleHow to hide particular rows and columns
The following example demonstrates how to hide particular rows and columns by handling the CustomFieldValueCells Event.In this example, the event handler iterates through all row headers and removes...
View ArticleHow to implement an embedded Chart Control
This example demonstrates how to implement embedded Chart Control in a Grid Control's cell by using the IAnyControl interface.You will find more information on the IAnyControl interface in our...
View ArticleHow to hide specific total Rows and Columns field values
This example demonstrates how to remove specific total values via the ASPxPivotGrid.CustomFieldValueCells event.Question CommentsAdded By: Andrew E at: 12/14/2014 6:55:14 PM In this event, is there...
View Article