How to: display axis labels between tickmarks
This example demonstrates how to display labels between tickmarks.
View ArticleHow to change the location of bar items within a Ribbon page group
This example shows how to change the location of bar items within a Ribbon page group. For this, we have created a custom RibbonControl.To provide the capability to determine a BarItem location, we...
View ArticleHow to customize a GridControl refreshing bar
This example demonstrates how to customize a color of the GridControl's refreshing bars (shown on Android and WinPhone) and refreshing icon (shown on iOS).
View ArticleHow to use WinUIDialogWindow and WinUIMessageBox controls
This Code Example demonstrates how to use the WinUIDialogWindow and WinUIMessageBox controls. The example contains two projects: one demonstrates how to use the controls in the MVVM pattern, and the...
View ArticleHow to change connection to the database at runtime
This example shares some code that can be used to promote your application to another database after the application is already started. To accomplish this task, we have implemented two...
View ArticleHow to customize the default Find Panel filtering algorithm
Find Panel uses an extended syntax that allows you to specify complex criteria. You can find detailed information here: - Find PanelHowever, sometimes it is necessary to exclude/include some rows in...
View ArticleXL Export API - Examples
This example demonstrates how to use the XL Export API to create spreadsheet files in XLSX, XLS and CSV formats.This project introduces API properties and methods used to perform the following...
View ArticleHow to automatically append a new row when a user presses the Enter or Key...
This example illustrates how to force GridView to automatically append a new row when an end-user finishes editing the last cell in GridView.Question CommentsAdded By: Eunsuk Choi at: 12/21/2015...
View ArticleHow to: use a custom date-time measure unit in an automatic scale mode
This example demonstrates how to specify a custom date-time measure unit in an Automatic scale mode.
View ArticleHow to: use a custom numeric measure unit in an automatic scale mode
This example demonstrates how to specify a custom numeric measure unit in an Automatic scale mode.
View ArticleHow to enable scrolling for tab headers in DXTabControl using ScrollView
DXTabControl can be used with different views. In this example, it's demonstrated how to use TabControlScrollView. In the scroll view, tab headers are displayed in a single line. When headers don't fit...
View ArticleHow to define a custom IConnectionStorageService in DashboardDesigner Wizard...
This example demonstrates how to implement a custom IConnectionStorageService and use it instead of the default one in the data source wizard. This service implementation allows only getting connection...
View ArticleHow to show tab headers in DXTabControl in multiple lines using MultiLineView
DXTabControl supports multiple views. In this example, TabControlMultiLineView is used to display tabs in multiple lines when tab headers don't fit into the Tab Header Panel. TabControlMultiLineView...
View Article(OBSOLETE) DashboardDesigner - How to customize the data source wizard to...
Update: Starting with version 15.2 it is possible to show the Name page by enabling the DashboardDesigner.DataSourceWizardSettings.ShowDataSourceNamePage Property.This example demonstrates how to use...
View ArticleHow to use RichEditDocumentServer for automatic document conversion
This example illustrates the use of the RichEditDocumentServer to convert files from Word 2007 format to RTF format. The RichEditDocumentServer is a non-visual equivalent of the RichEditControl for...
View ArticleHow to Convert Between Metric and US Units of Measurement
This example illustrates the use of a QuantityValue<T> object and the Unit Conversion Library converters for calculating the volume and the mass of water in aquarium tank and displaying the...
View ArticleHow to display an XLSX document on the webpage
This example illustrates how to load a document into a Workbook Class instance and display its sheets on the webpage. Note that this approach is also used in our demos.The Universal Subscription or an...
View ArticleCompression Library Examples
This example contains code snippets used in help articles on Document Automation Library for Zip Compression. For more information see Documentation Online.The Universal Subscription or an additional...
View ArticleSpreadsheet Document Server API
This example demonstrates how to use the Spreadsheet Document Server API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.In particular, this...
View ArticleHow to apply conditional formatting to a range of cells
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule.In particular, this sample...
View Article