How to create a AdvBandedGridView descendant class and register it for...
This is an example of a custom AdvBandedGridView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain...
View ArticleDXTreeList - How to implement summary footers
At the moment, our TreeListView does not provide the capability to show summary footers for its groups. This example demonstrates how to implement this functionality manually by using a custom...
View ArticleHow to create a CardView descendant class and register it for design-time use
This is an example of a custom CardView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain general...
View ArticleHow to create a LayoutView descendant class and register it for design-time use
This is an example of a custom LayoutView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain general...
View ArticleHow to create a WinExplorerView descendant class and register it for...
This is an example of a custom WinExplorerView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain...
View ArticleHow to use Criteria Property Editors
This example illustrates the specifics of using Criteria Property Editors in an XAF application. The complete description is available in the How to: Use Criteria Property Editors help topic.See...
View ArticleImplementing a context menu with "Select / Unselect All In Group" functionality
In this sample, the client-side ContextMenu event is used to show the ASPxPopupMenu above the grid's group rows. The menu contains two items: "Select all in group" and "Unselect all in group". When the...
View ArticleHow to show a hyper link (URL, email, etc.) for a business class property
ScenarioThe following basic functionality is implemented in the HyperLinkPropertyEditor.Web and HyperLinkPropertyEditor.Win modules:1. WinForms and ASP.NET PropertyEditor classes based on the...
View ArticleHow to bind the ImageComboBoxEdit to a datasource
This example demonstrates how the GridLookUpEdit can be customized to look like the ImageComboBoxEdit. This approach allows you to implement the data-bound ImageComboBox editor.Question CommentsAdded...
View ArticleHow to bind the XtraScheduler with multi-resource appointments to XPO
Problem:How can I bind the XtraScheduler to eXpress Persistent Objects, if an Apppointment Storage contains multi-resource appointments (the AppointmentStorage.ResourceSharing property is set to true)....
View ArticleHow to generate row and cell styles using conditional expressions in WPF DXGrid
OBSOLETE. Starting from version 14.1, DXGrid introduces the built-in conditional formatting feature. See the Conditional Formatting article and the E983 - How to implement conditional formatting for...
View ArticleHow to create a custom View allowing collapsing of band headers
This example demonstrates how to create a custom BandedGridView with custom BandedColumns. The columns now have the DefaultBandColumn property and the View draws buttons in band headers. On pressing...
View ArticleHow to: Use ConfirmationBehavior
This example demonstrates how to use the ConfirmationBehavior.
View ArticleHow to: Use DependencyPropertyBehavior
This example demonstrates how to use the DependencyPropertyBehavior.
View ArticleHow to: Use ValidationErrorsHostBehavior
This example demonstrates how to use the ValidationErrorsHostBehavior.
View ArticleScaffolding Wizards - How to create a custom filter
This example demonstrates how to create a custom filter. For more information, refer to the corresponding help topic.
View ArticleScaffolding Wizards - How to add a new detail collection
This example demonstrates how to add a new detail collection to an existing project.. For more information, refer to the corresponding help topic.
View ArticledxDataGrid - How to utilize CRUD operations using the context menu
This example demonstrates how to implement a context menu for editing, adding and deleting rows of dxDataGrid.
View ArticleHow to implement select/unselect for all rows in a group row
This example demonstrates how to implement select/unselect for all rows in a group row.It's possible to implement this behavior only by using ASPXGridView 9.1. For more information, please refer to Add...
View Article