How to print DevExpress ASP.NET controls via XtraReports
This example illustrates how to print and/or export DevExpress ASP.NET controls by embedding them into an XtraReport.In this example an ASPxGridView and WebChartControl are added to a report by using...
View ArticleHow to preserve the XtraGrid View state
This example demonstrates how to preserve the XtraGrid's expansion, selection, focused row and its position related to the top, and restore this state later. For more information, please refer to the...
View ArticleExpression Editor - How to implement a custom New Line function
This example demonstrates how to implement a function that allows you to insert a new line into a required place. You can use this function for your calculated field.This function uses...
View ArticleWhy DevExpress ASP.NET containers re-create their child control hierarchy
This example demonstrates why DevExpress ASP.NET WebForms containers have to re-create their hierarchy on postbacks. The example contains two ASPxRoundPanels. The View property of both panels is...
View ArticleHow to conditionally suppress summary footer cell painting by using...
The main idea is to adjust a FormattingRule for a label that represents a summary. Use the Formatting.Visible property to control item visibility and the FormattingRule.Condition property to provide an...
View ArticleHow to get all images provided by the DevExpress Icon Library
The following example demonstrates how to get information about file names and images, stored in the DevExpress Icon Collection.
View ArticleHow to implement CRUD operations with a DataSource
This example demonstrates how to implement CRUD operations with a DataSource that obtains data from a remote Rest service. The DataSource object does not implement CRUD operations out-of-the-box. We...
View ArticleHow to handle the Back button click
This example demonstrates how to handle the Back button click. The HtmlApplication.navigatingBack event allows us to accomplish this task. However, this event handler does not provide information about...
View ArticlePictureEdit - How to display external images by providing links for them
The current example illustrates how to customize the default PictureEdit editor so that it can accept a path to a graphic file as an EditValue and display a corresponding image.Question CommentsAdded...
View ArticleHow to: Use WindowedDocumentUIService
This example demonstrates how to use the WindowedDocumentUIService.
View ArticlePrint Preview - How to implement a drop-down menu for sorting report data
This example demonstrates how to implement a drop-down menu that allows you to choose the sort order for a table column and then sort a table.This approach implies that you initially assign a special...
View ArticleHow to hide a side component's properties from the End-User Designer...
You can customize the Properties window for the report's End-User Designer, so only required properties are displayed. The How to: Hide Properties from End-Users in the Report Designer example...
View ArticleHow to customize the map pushpin's appearance and behavior using the...
This example demonstrates how to customize the map pushpin's appearance and behavior.For this, the Template and the MarkerTemplate properties are used.
View ArticleHow to use a custom marker template used by a bubble chart
This example demonstrates how to specify a custom marker template used by a bubble chart.For this, assign a required marker template to the CustomMarkerTemplate property of a MapBubble object.Note that...
View ArticleHow to specify a custom marker template to be used by automatically generated...
This example shows how to specify a custom marker template to be used by automatically generated bubble chart items.For this, create a MapBubbleSettings object and assign it to the BubbleSettings...
View ArticleHow to create bar button items and add a separator between them
This example shows how to create bar button items (BarButtonItem objects) and add a link separator between them. The separator is created using the DevExpress.Wpf.Bars.BarItemLinkSeparator class.
View ArticleHow to create bar items and associate them with categories
This example shows how to create bar items and associate them with a custom Format category.
View ArticleHow to: use NotificationService
This example demonstrates how to use NotificationService to show notifications. NotificationService is used in the same manner as other services. When the UseWin8NotificationsIfAvailable option is...
View ArticleHow to display word-wrapped or clipped text
This is an example for the How to display word-wrapped or clipped text in the ASPxGridView Knowledge Base article. Please refer to the article for the explanation.Question CommentsAdded By: John Zhang...
View ArticleHow to customize a map pie appearance
This example demonstrates how to customize a map pie appearance.
View Article