DevExpress is a component vendor for a variety of controls across different technologies.
I'd like to change the focused node in my TreeListControl via code. For the sake of simplicity, I have this …
c# wpf devexpress treelistMy xtraGrid has a custom style eventlistener: FooGridView.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(FooGridView_RowCellStyle); private void FooGridView_…
devexpress xtragridI need to change the back color of a xrTableCell based on the value inside. Say, if the value is "…
devexpress reporting xtrareportHow would I create or is there built in functionality in XAF to display a message box in a XAF …
asp.net web-applications devexpress messagebox xafI use the eXpressApp Framework to develop a windows application. I want to filter a lookup view property editor depending …
devexpress xafI have a long running method that must run on UI thread. (Devex - gridView.CopyToClipboard()) I do not need …
c# multithreading winforms process devexpressI have a DevExpress grid that needs to be refreshed every time the value in a combobox is changed. For …
asp.net viewstate devexpress aspxgridviewI'm experiencing an issue refreshing data in XPCollection after commiting some database changes using UnitOfWork. I have a WinForm with …
session devexpress xtragrid xpoCan anybody help me with changing the look and feels for the DevExpress Grid Control.Right now I am getting …
wpf themes devexpress gridcontrolI am trying to traverse the nodes of the DevExpress.XtraTreeList.TreeList and it isn't working. Basically all I have …
visual-studio-2008 devexpress xtratreelist