How to create a PropertyEditor based on the XtraRichEdit control
Take special note that this editor is intended to be used for a simple and most common scenario when only one text property in a Detail View is edited with the help of the XtraRichEdit control...
View ArticleHow to bind a GridControl to a DataTable
This example demonstrates how to use a DataTable from iOS and Android projects as a data source for Xamarin.Forms Grid.
View ArticleHow to sort Appointments with the same time interval
This example illustrates how to sort Appointments with the same time interval. This can be useful if you wish to sort all-day appointments (or daily appointments with the same Start and End values) by...
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 ArticleGrid for Xamarin - Getting Started
This example is created by following instructions of the Getting Started tutorial. It demonstrates the base functionality of the DevExpress GridControl for Xamarin.Forms and includes the following...
View ArticleHow to customize Field Values style via the...
This example demonstrates how to use the ASPxPivotGrid.HtmlFieldValuePrepared event to customize the appearance of a specific Field Value.BTW: This event was introduced in the ASPxPivotGrid version...
View ArticleHow to update external references in the loaded workbook.
When the SpreadsheetControl loads a workbook containing external references, they are added to the IWorkbook.ExternalWorkbooks collection. However, the external references, created in this manner, are...
View ArticleASPxCardView - Search Panel - How to highlight the text placed inside the...
By default, search results contained in templates are not highlighted. This example illustrates how to highlight them manually. The main idea is that it is necessary to wrap the found text in a span...
View ArticleReport Server - How to get the list of available reports and display a report...
The sample demonstrates how to use the Report Server WCF API in a Windows Forms application.Question CommentsAdded By: Juan Carlos Cabrera 1 at: 4/21/2014 5:13:55 PM Hello!!... I have a question......
View ArticleHow to create an effect of a banded TreeList
The current version of the TreeList doesn't support bands. This example demonstrates how you can merge column headers to create an effect of bands.Question CommentsAdded By: (no info) at: 4/5/2013...
View ArticleXtraTabControl - How to manually paint tab header's text
This example illustrates how to draw tab header's text rotated
View ArticleHow to force the XtraTabControl to maintain the line order in MultiLine mode
When the XtraTabControl is used in MultiLine mode, it automatically moves the currently selected line to the last position. This example demonstrates how to change this behavior by registering custom...
View ArticledxNumberBox - How to allow entering only integer/float numbers
This example demonstrates how to allow entering only numbers in dxNumberBox. For this task we need to handle the dxNumberBox.keyPressAction event and check whether the typed symbol is a number. If this...
View ArticleGridView - How to copy cells data to clipboard by using the...
This example illustrates how to copy GridView cell data to clipboard in the cfHTML format. Once copied, cell data can be pasted to an Excel file correctly and with saving formatting.
View ArticleHow to: Build a dock UI using the MVVM pattern
This example shows how to build a dock UI using the MVVM pattern.To learn more on how to implement similar functionality in Silverlight, refer to the T245345 example.Question CommentsAdded By: David...
View ArticleHow to register and use a custom summary function
This example demonstrates how to register and use a custom summary function for the Chart Control.
View ArticleHow to register and use a custom summary function
This example demonstrates how to register and use a custom summary function.
View ArticleChange the filter combobox list values based on the value of another filter...
This example demonstrates how to changed the 'city' filter combobox values based on the 'country' filter combobox.Question CommentsAdded By: Sinan EGE 1 at: 6/19/2015 5:56:41 PM An exception of type...
View ArticleHow to create a custom action type with a custom control (BarCheckItem),...
This example demonstrates how to represent an action via the BarCheckItem. For this purpose, an ActionBase descendant (CheckableSimpleAction) is implemented. This is done because it is required to save...
View ArticleHow 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 Article