ImageCollection - How to use images from a solution-wide resource assembly
You can see how to load images from a solution-wide resource assembly as shown in the attached video and example.See also the ImageCollection - How to use images from a corporate-wide resource assembly...
View ArticleCreating RangeControlClient that paints custom information in RangeControl
You can implement your own Range Control Client to paint custom information within the Range Control. To create a custom Client, create an object implementing the IRangeControlClient interface.The...
View ArticleGridView - Batch Editing - A simple implementation of an EditItem template
This example demonstrates how to create a custom editor inside column's DataItem template when GridView is in Batch Edit mode.You can implement the EditItem template for a column by performing the...
View ArticleGridView - Batch Editing - A simple implementation of an EditItemTemplate...
This example is based on GridView - Batch Editing - A simple implementation of an EditItem template and details how to enable client-side unobtrusive validation: 1) Wrap the GridView in a...
View ArticleHow to use WorkspaceManager to save layout of multiple controls
WorkspaceManager can be used to save a layout of multiple controls in one container. Only controls that support DXSerializer can be serialized by WorkspaceManager. These controls are: GridControl,...
View ArticleHow to: Use Custom Logon Parameters
This example is now obsolete. The functionality demonstrated here is a part of the Security Demo located here: C:\Users\Public\Documents\DevExpress Demos 14.2\Components\eXpressApp...
View ArticleHow to use the CollapsedNavPaneItemsSource property to show custom items when...
This example demonstrates how to use the CollapsedNavPaneItemsSource property to show custom items in a group when NavBarControl is collapsed. To generate the items, bind CollapsedNavPaneItemsSource to...
View ArticleHow to customize a dashboard color scheme
The following example demonstrates how to customize a dashboard color scheme to color specified dimension values using predefined colors.In this example, the dashboard contains Pie and Chart dashboard...
View ArticleHow to create a new Dashboard, add a Grid dashboard item to it and bind it to...
The following example demonstrates how to bind a Grid dashboard item to data in code.See Also:How to customize a dashboard layout
View ArticleHow to customize a dashboard layout
The following example demonstrates how to customize a dashboard layout in code.In this example, the DashboardViewer loads an existing dashboard with the predefined layout form an XML file. The...
View ArticleHow to obtain a dashboard item's underlying data in the Web Viewer
The following example demonstrates how to obtain underlying data corresponding to a particular visual element using the ASPxClientDashboardViewer's API.In this example, the...
View ArticleMVC DocumentViewer extension - Creating a multi-select parameter
This example demonstrates how to use a custom editor for the report's parameter to implement a multi-select parameter. The TokenBox extension is used as a multi-select parameter editor.The main idea of...
View ArticleASPxDocumentViewer - How to customize a parameter editor (Creating a...
This example demonstrates how to use a custom editor for the report's parameter to implement a multi-select parameter. The ASPxTokenBox control is used as a multi-select parameter editor.The main idea...
View ArticleDocumentViewer - How to customize a report parameter editor in MVC application
DocumentViewer - How to customize a report parameter editor in an MVC applicationThis example demonstrates how you can customize the editor used to edit the XtraReport parameter in the ASP.NET MVC...
View ArticleASPxGridView - How to create collapsible columns
This example demonstrates how to implement collapsible columns. I.e. some columns may be expanded to show additional columns. The main idea is to create two columns: a data column and a band column...
View ArticleHow to: Navigate between Views via FrameNavigationService
The FrameNavigationService provides methods to navigate between Views within a NavigationFrame. This example shows how to use this service.In this example, the MainWindow contains a NavigationFrame,...
View ArticleHow to show field names instead of column captions in the unbound expression...
This example demonstrates how to show field names instead of column captions in the unbound expression editor by creating a GridControl's descendant. The main idea is to create a GridView's descendant....
View ArticleMapControl Getting Started Lesson 1 - Connect to the image tile provider
This example includes an application that was built in MapControl Getting Started Lesson 1.
View ArticleDrag & Drop in TreeList and GridControl - How to show dragged rows as a cursor
This example shows how to customize drag&drop in Grid and TreeList controls, so that a dragged row is shown as a cursor. To do so, you need to override the corresponding DragDropManager class to...
View ArticleRow group summary - How to handle row footer visibility
This example demonstrates how to handle row footer visibility.Basically, such a summary item is displayed if the TreeListOptionsView.ShowRowFooterSummary option is enabled and can be specified for a...
View Article