How to use an axis whole range and visible range properties
This example demonstrates how to use the AxisBase.VisualRange properties of an axis, to define its visible range, and the AxisBase.WholeRange property - to customize whole range in which scrolling is...
View ArticleHow to display a custom work week and holidays
Problem:In Kuwait weekly holidays are Friday and Saturday. Sunday to Thursday are working days. How can I implement this in the XtraScheduler? Also I'd like to show official holidays in the Scheduler...
View ArticleDrag-and-drop data rows from one grid to another
This is an example for the Drag-and-drop data rows from one grid to another Knowledge Base article. Please refer to the article for the explanation.Question CommentsAdded By: Carlos Arias at: 10/9/2012...
View ArticleHow to: Use Notifications with a Custom Business Class (Implement...
This example demonstrates how to associate Notifications with the custom business class. The complete description is available in the How to: Use Notifications with a Custom Business Class (Implement...
View ArticleHow to display a non-persistent object's Detail View from the Navigation
The complete description is available in the How to: Display a Non-Persistent Object's Detail View from the Navigation help topic.
View ArticleHow to use the CheckBoxList and RadioButtonList editors to edit Model fields
This example illustrates how to edit Model fields with different DevExpress MVC Editors.Here are main requirements: - The editor's Name property should be equal to the corresponding Model field; - The...
View ArticleHow to generate bands based on a collection in GridControl
To generate bands from a collection, we created a custom attached behavior with the BandsSource property. Bind this property to a collection of simple objects and specify the BandTemplate property that...
View ArticleHow to place controls in a LayoutControl's tabbed group header
By default, it is not possible to place any control within a tabbed group header, because the LayoutControl's layout can be widely customized (groups can be moved and hidden, their direction can be...
View ArticleSpreadsheet Document Server API - Part 2
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.The application includes...
View ArticleHow to load a workbook and update external references.
When the SpreadsheetControl loads a workbook containing external references, they are added to the IWorkbook.ExternalWorkbooks collection. However, the external references, created in this manner, are...
View ArticleHow to get the maximum or minimum object's value from a collection
This example demonstrates how to find the object with the highest value from a collection. Here the Quote class has a collection of QuoteItem objects.Question CommentsAdded By: Baha'a Eldin Elsayed at:...
View ArticleHow to display a custom control over the worksheet cell
This example demonstrates how to use the SpreadsheetControl.GetCellBounds method to display the ComboBox control over a worksheet cell preventing end-users from entering a wrong value in a cell. Each...
View ArticleHow to: Use ViewInjectionService
This example demonstrates how to use the ViewInjectionService.See also:How to: Create a custom ViewInjectionService's integration strategy
View ArticleHow to: Create a custom ViewInjectionService's integration strategy
This example demonstrates how to create a custom ViewInjectionService's integration strategy.
View ArticleHow to get routes to the destination point using the Bing Map Route Data...
This example demonstrates how to calculate routes to the destination point from major roads using the BingRouteDataProvider.CalculateRoutesFromMajorRoads method.Before route calculation, specify...
View ArticleHow to create a ToggleSwitch editor
This control is available out-of-the-box starting from version 13.1. For earlier versions:This examples illustrates how to create a custom CheckEdit, so it functions as ToggleSwitch. Our custom...
View ArticleHow to provide keyboard navigation in NavBar
This example demonstrates how to allow an end-user to navigate between NavBar groups and items using the keyboard.The solution provides the following key combinations:- Tab/Shift+Tab to change a...
View ArticleListBoxDragDropManager - How to reorder items
The current ListBoxDragDropManager version does not provide the capability to reorder items. This example demonstrates how to implement this functionality manually.In this example, we have created a...
View ArticleHow to implement the basic routing functionality
This example demonstrates how to implement the basic routing functionality.To do this, create an InformationLayer object and add it to the MapControl.Layers collection. Then create a...
View ArticleHow to manually add items to the vector layer
To manually generate vector items, do the following.Create a VectorLayer object and add it to the MapControl.Layers collection. Then, create several MapItem class descendant objects and add them to the...
View Article