Top "Devexpress" questions

DevExpress is a component vendor for a variety of controls across different technologies.

Devexpress.XtraTreeList click node

I have a Devexpress.XtraTreeList component. I want to catch in click event where the user is clicked on expand …

c# click devexpress xtratreelist
How to add a weighted average summary to a DevExpress XtraGrid?

The DevExpress Grid (XtraGrid) allows grids and their groups to have summary calculations. The available options are Count, Max, Min, …

.net devexpress xtragrid weighted-average group-summaries
Dynamic Data binding in WPF Devx GridControl

I'm working on a WPF application ( MVVM) and using the DevExpress GridCOntrol. I need to create a generic screen to …

wpf devexpress dynamic-data gridcontrol
How to get access to the object bound to node in DevExpress XtraTreeList?

I have created an XtraTreeList control that is bound to my bindingSource and it uses a list of custom objects. …

c# winforms data-binding devexpress xtratreelist
How to display a RepositoryItemHyperLinkEdit control inside a DevExpress GridControl

I have a DevExpress GridControl in my current WinForms application. I need to display a hyperlink control (RepositoryItemHyperLinkEdit) in a …

c# winforms devexpress xtragrid
ASPxGridView change height on resize, possible?

I have an ASPxGridView with SettingsPager set as Mode = ShowAllRecords, PageSize = 100000, CurrentPageNumberFormat = '', Visible = False What I want is to …

c# asp.net devexpress aspxgridview
How to create an unbound subreport in another unbound report

I have an unbound XtraReport that has a subreport control which contains another report. I call "unbound" to a report …

c# devexpress subreport xtrareport
DevExpress RepositoryItemLookUpEdit

I am binding the Grid with a business object which contains a field Country (which is another business object containing …

c# winforms devexpress xtragrid repositorylookupedit
TotalSummary of GroupSummaries in Devexpress

I have an ASPxGridview like this: Is there any way calculate Total of GroupSummary to TotalSummary without Grouping. GroupSummary's SummeryType="…

c# .net asp.net devexpress aspxgridview
How to adjust Devexpress grid width dynamically?

I have a table with 3 tds, 1st td with 1% width and a image button control(Pin image) in it. 2nd …

html-table devexpress imagebutton aspxgridview