How to localize month names in dxDateBox (dxCalendar, dxPivotGrid)
This example illustrates how to localize the dxDateBox day and month names and a date format. This example uses the German culture from the globalize culture libraries.NOTE: The globalize.culture.XX.js...
View ArticleHow to apply conditional formatting to Grid cells using the Icon Ranges...
Range conditions (FormatConditionRangeSet) allow you to use predefined or custom sets of icons/colors to apply conditional formatting to different ranges of values.This example shows how to apply...
View ArticleSyntax highlighting technique that uses hash table for searching
Please review the E2993: Syntax highlighting for C# and VB code using DevExpress CodeParser and Syntax Highlight tokens example instead, if you use v2010 vol.2.6 and later.This example illustrates the...
View ArticleHow to apply conditional formatting to Grid cells using the Gradient Ranges...
The Range Gradient condition (FormatConditionRangeGradient) allows you to use predefined color gradients to apply conditional formatting to different ranges of values.This example shows how to apply...
View ArticleHow to use dashboard parameters with the Expression format condition
The Expression format condition (FormatConditionExpression) allows you to use complex conditions to apply formatting.This example demonstrates how to pass a dashboard parameter to an expression used to...
View ArticleWorkspaceManager - How to use WorkspaceManager for capturing, applying,...
This example demonstrates how to use standalone Workspace Manager API for capturing, applying, saving and loading workspaces and shows different Transition Types in action. You can find the general...
View ArticleHow to customize an XPO business model at runtime (Example)
Sometimes there is a requirement to extend existing business classes from other libraries, add new members, etc.For instance, you have an assembly where you have declared your persistent classes. Now,...
View ArticleHow to implement T-SQL language syntax highlighting by creating Syntax...
This example illustrates how to implement simplified syntax highlighting for the T-SQL language by registering the ISyntaxHighlightService. Note that we do not use the DevExpress.CodeParser library in...
View ArticleComboBox - How to display items with images
This example illustrates how to bind the editor to an xml file and use the ComboBoxProperties.ShowImageInEditBox property.
View ArticleSimpleButton - How to provide custom back color for each state when the Style...
This example illustrates how to change SimpleButton's back color for each state (Normal, Hot track, Pressed, Disabled, Focused) in UltraFlat styleQuestion CommentsAdded By: Mark Callahan at: 6/26/2015...
View ArticleXRTable - How to best fit columns
Currently, XRTable does not provide the best fit column functionality for several reasons. It is not quite clear how this feature should work in the case of multi-line text in cells. Being applied to a...
View ArticleHow to use dxSparkline inside ASPxGridView Cells / DataItemTemplate
This example is based on this demo.It illustrates how to use the dxSparkline Data Visualization Widget in ASPxGridView Cells / DataItemTemplate:- Define a custom HTML element with the specified "class"...
View ArticleHow to use ASPxRichEdit to edit RTF data in ASPxGridView's EditForm
This example is based on the How to use ASPxHtmlEditor to edit RTF data one. It illustrates how to accomplish the same task using a new ASPxRichEdit control instead of the ASPxHtmlEditor one:- Add...
View ArticleHow to use ASPxHtmlEditor to edit RTF data
Important NoteIn version 14.1 we've developed a great new ASP.NET editor that may better fit your scenario. Read more about the new ASPxRichEdit here:...
View ArticleHow to save the currently opened View as a new View Variant at runtime
This example provides reusable UserViewVariants modules that allow your end-users to add View Variants dynamically. Refer to the Best practices of creating reusable XAF modules by example of a View...
View ArticleHow to build a simple data analysis application using the XtraPivotGrid
This solution is created to illustrate the steps described in the Building a data analysis application using the XtraPivotGrid tutorial series. The solution consists of the following...
View ArticleDateEdit - How to remove increment and decrement year buttons in Classic mode
This example illustrates how to remove decrement and increment year in DateEdit when the CalendarStyle property is set to Classic
View ArticleHow to: Hide the 'Protected Content' Rows in List Views
The complete description is available in the How to: Hide the 'Protected Content' Rows in List Views topic.
View ArticleMVC DocumentViewer - How to create a custom CheckedComboBox parameter editor...
This example demonstrates how to create a custom CheckedComboBox parameter editor with the "Select All" functionality for a report that is previewed in the MVC DocumentViewer extension. The report's...
View ArticleASPxGridView - How to export a colored grid when the Data Aware export mode...
In v2014 vol 2, we introduced the Excel Data Aware Export feature into our grid. While this feature significantly improves the export capabilities (see the New Excel Data Export Engine blog post), it...
View Article