DevExpress is a component vendor for a variety of controls across different technologies.
Does anybody know how to set the title to the form viewer when showing an XtraReport document? The scenario is …
c# devexpress xtrareportI have a devexpress GridControl for which I am setting it's datasource like so: var regs = (from vcap in context.…
devexpress entity-framework-5 datasourceI have a main Report which consist of (Detail Report) Transaction # Amount Due PaymentType Money Tendered and I have another …
vb.net devexpress reporting report xtrareportI'm using FormatConditions to format certain rows based on their properties. E.g. I have a gridcontrol with many rows …
colors devexpress rows selected gridcontrolI have tried to bind a datasource to a DevExpress.XtraEditors.LookupEdit at run-time. I tried this code, but am …
c# winforms devexpressI am creating an application and used a TreeList of DevExpress. Currently, I am the one who created the nodes …
c# devexpress xtratreelistI've got a numbers-only TextEdit box with MaxLength set to 2, allowing the user to enter 0-99. Can I restrict this …
c# winforms devexpress texteditIts very simple and i feel myself as an idiot :( I newly started to using DevX Controls. Its documentation and …
asp.net devexpress aspxgridview edititemtemplateHow to make column with row number? Solutions that works with default WPF dataGrid don't work with DevExpress...
c# wpf devexpress gridcontrolI have a DevExpress' XtraGrid which is bound to a collection of objects. I want changes to get into the …
c# winforms binding devexpress xtragrid