I am printing a details subreport that gets printed let\'s say 5 times on the overall report, for 5 query results. I compute some stuff for it with my code, and so I use BeforePrint event on an XRTabl
I have a GridView and I want when I change a cell to see if开发者_如何学JAVA its new value is valid by mine function ValidateValue(string aValue) and if it is valid - to store the new value and old va
Is it possible to use a third party sc开发者_运维百科roll control inside a FlowLayoutPanel? Thing is that we are using devexpress controls and the FlowLayoutPanel\'s scrollbar controls does not look g
I\'m databinding and formatting a TextEdit control like so: txtArea.DataBindings.Add(\"EditValue\", _ProductItem, \"Area\", true, DataSourceUpdateMode.OnPropertyChanged);
I am currently using Visual Studio 2008 with Devexpress 10.2. My sum for some of my columns are not showing up. I set:
I am using the latest version of DevExpress XtratreeList and have a requirement of showing editors on click of each node on the tree. Please see this screenshot http://community.devexpress.com/forums/
Is it possible to make some conversion while mapping? SchedulerStorage schedulerStorage = schedulerControl1.Storage;
If I deployed a Community plugin and set up a key-binding in CodeRush, how do I now find where I filed it in the options dialog / tree h开发者_开发技巧ierarchy ?Open the CodeRush options screen (Eithe
I want to be able to go through all instances of a printed details subreport and do some formatting of records, in part by computing stuff for one record based on another one already printed. The code
In Finding a key binding definition in CodeRush @RoryBecker advocated putting all my custom keyboard shortcuts in a \'custom\' folder.How do I ensure these settings are backed up, and also so that I c