Questions tagged [devexpress]

DevExpress is a component vendor for a variety of controls across different technologies. They allow for more customization than the standard-issue controls.

DevExpress sells presentation controls, reporting and document automation systems, enterprise tools, HTML 5 website testing tools, IDE productivity tools, and business application frameworks for Visual Studio, Delphi, and C++ Builder developers using WinForms, ASP.NET, ASP.NET Core, Blazor, WPF, Silverlight, Xamarin, VCL, Windows 8 XAML, Angular, React, Vue and jQuery.

Related tags

7192 questions
6
votes
4 answers

DevExpress XPO vs NHibernate vs Entity Framework: database upgrading issue

What is the best practice for upgrading the database using ORM (DevExpress XPO, NHibernate or MS Entity Framework)? I'm starting a new project and have to pick an ORM. The development process requires of releasing intermediate test builds quite…
Alex Klaus
  • 8,168
  • 8
  • 71
  • 87
6
votes
1 answer

DevExpress ExpressSkins or VCL Styles?

I am working on a big legacy application written in Delphi. Most of the components are VCL and DevExpress QuantumGrid components. I would need to update the UI to support various styles and a more modern look and feel. Originally I was planning to…
RM.
  • 1,984
  • 19
  • 29
5
votes
2 answers

DEVEXPRESS - xtrareport - page break

I have a datatable with more than 300 rows. I want each page to present only 10 rows in it. I want to force the xtrareport to break after 10 rows. Any idea on how this is done ?
Fares
  • 354
  • 3
  • 5
  • 15
5
votes
4 answers

Third Party WPF suites w/ Automated/Coded UI Testing

My team is diving headfirst into a new project and we are taking the opportunity to bring ourselves up to date with Scrum methodology, new technology etc. Part of this involves trying to automate our QA process, using both Microsoft Test Manager and…
5
votes
8 answers

Manual DAL & BLL vs. ORM

Which approach is better: 1) to use a third-party ORM system or 2) manually write DAL and BLL code to work with the database? 1) In one of our projects, we decided using the DevExpress XPO ORM system, and we ran across lots of slight problems that…
Mikhail Glukhov
  • 1,809
  • 3
  • 22
  • 29
5
votes
1 answer

Binding to DevExpress StockSeries2D Chart

I am trying to bind an ObservableCollection of data from my ViewModel to the Devexpress 2D Stock Chart in the View. I know that the VM is bound do the View's DataContext because I have the window's Title bound to a property in the VM and it is…
Stephen Gilboy
  • 5,572
  • 2
  • 30
  • 36
5
votes
2 answers

Hide the ASPxPopupControl from code behind

I have added an ASPxPopupControl, which includes a Save Button, and I want to close it after saving a record. I tried the following: string str = @"