Top "Devexpress" questions

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

How to deploy DevExpress to server?

Hello I am needing to deploy a project using DevExpress controls to an IIS 6.0 server. The project loads fine and …

.net iis deployment iis-6 devexpress
How to access Columns for DevExpress.XtraGrid.GridControl in C#

I try to get the ColumnNames and the current Vieworder of my GridControl. The docu won't help me an the ".…

c# devexpress gridcontrol
WPF How to bind an enum with Description to a ComboBox

How can I bind an enum with Description (DescriptionAttribute) to a ComboBox? I got an enum: public enum ReportTemplate { [Description("…

c# wpf combobox devexpress enumeration
How to dock a child control to bottom right of the parent control?

How do i dock a child control at a bottom right position when compared to the parent control? I can …

c# winforms devexpress docking
XtraGrid - Export To Excel

I'am using Developer Express XtraGrid Component to show some data. I have 2 XtraGrid on my Windows Application Form. Both grids …

c# winforms devexpress xtragrid
DevExpress XtraGrid FocusedRowChanged event problem when changing datasource

This problem has bugged me for several years and maybe someone here knows a simple solution, since I just ran …

devexpress xtragrid
DevExpress gridView Columns Add

I'm using DevExpress library. I have problem with GridControl the following property is not appear : gridView1.Columns.Add(); // not appear …

devexpress gridcontrol
How get the data from database with xpo (devexpress)?

I'm a newbie with devexpress and i have a few difficulty. I have create a project ".net empty c#" with …

c# asp.net devexpress xpo
How to add a hyperlink column in the devexpress ASPxGridView control?

I want to add to my GridView from Devexpress ( c# asp.net ) a hyperlink column where i want to set …

c# devexpress aspxgridview
DevExpress GridControl image column displays images like System.Byte[]

I have a table with person data which are Name, Surname, Code and Photo of persons. And when I select …

c# winforms devexpress xtragrid