How to customize the appearance of automatically generated map pie charts
This example demonstrates how to customize the appearance of automatically generated map pie charts.
View ArticleHow to increase Field Headers height and show caption on two lines
The current version of the XtraPivotGrid control does not fully support word wrap for field headers. Basically, our caption drawing mechanism supports word wrap, but the header height is not increased...
View ArticleHow to automatically create mail-merge documents using the Snap Document Server
This example demonstrates how to use the Snap API to automatically generate master-detail mail merge documents by the DevExpress Document Server.After running this example, a console application...
View ArticleHow to embed in-place editors into bars
This example shows how to embed in-place editors into a bar using BarEditItem objects. Two editors (DateEdit and SpinEdit) are added with the BarEditItem.EditSettings property. Values for the editors...
View ArticleHow to highlight a current row in a RichEditControl document (change a...
The main idea of this approach is to get a document range that corresponds to the current document row and change a background color of this range.To get this document range, we use the approach...
View ArticleHow to create BarStaticItem items
This example shows how to create BarStaticItem items, used to display static text within bars.
View ArticleHow to use ASPxUploadControl in a custom Appointment form to upload and save...
To create a custom Edit Appointment form for working with an additional "byte array" field we used the approach described in the following documentation topic:How to: Modify the Appointment Editing...
View ArticleHow to create a ToolbarItemList item
This example shows how to create a ToolbarListItem bar item, used to provide access to available toolbars. The ToolbarListItem object is added to the sub-menu displayed within the main menu.
View ArticleHow to create bars and allow them to be docked at any edge of the window
This example creates five bars docked at different positions in the window. To allow end-users to drag-and-drop bars to a specific position at runtime, a BarContainerControl is placed at this position.
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridListEditor does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the...
View ArticleHow to use several templates for automatically generated map custom elements
This example demonstrates how to use several templates for automatically generated map custom elements.For this, specify the ContentTemplateSelector property of the MapCustomElementSettings object...
View ArticleHow to bind ASPxGridView to an ObjectDataSource with EnablePaging
The example demonstrates how to create ObjectDataSource with select parameters to allow ASPxGridView to perform paging and sorting using SQL queries to a database server. It is possible to enable...
View ArticleHow to customize the appearance and behavior of automatically generated map...
This example demonstrates how to customize the appearance and behavior of automatically generated map custom elements.The MapCustomElementSettings class allows specifying parameters of the adapter...
View ArticleHow to manually add map bubble charts to a map
This example shows how to manually add bubble charts to a map. For this assign the MapItemStorage object to the VectorLayer.Data property. Then, add manually created MapBubble objects to the Items...
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...
View ArticleHow to preserve the expanded state of TreeList nodes when refreshing data
The example contains a helper class that can be used to save and load the current expanded / collapsed state of the XtraTreeList nodes. Please refer to How to preserve the expanded state of TreeList...
View ArticleHow to integrate Snap reports in XAF WinForms
Scenario:This example demonstrates one possible way of integrating Snap reports in an XAF WinForms application. It contains the Snap module (the SnapModule class library) implementing this...
View ArticleListBox - Moving items between ListBoxes
This example illustrates how to move items between two Overview - ListBox extensions. Note that we are using CheckColumn selection mode (see ListBoxProperties.SelectionMode) to be able to select and...
View ArticleASPxGridView - Batch Edit - How to calculate unbound column and total summary...
This example illustrates how to calculate unbound column and total summary values on the fly. It combines the following two examples: ASPxGridView - How to update total summaries on the client side in...
View ArticleHow to change the Today date for the DateEdit.
This example demonstrates how to create a DateEdit descendant for setting a custom Today value via events.
View Article