Top "Devexpress" questions

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

XtraScheduler create appointment programmatically

I am (trying) to use the DevExpress XtraScheduler to - (don't ask why) to create an appointment without actually using …

c# .net devexpress appointment
how to set focus row on XtraGridControl Devexpress?

I have a list items to show on XtraGridControl. I want first item of the grid controll, which is always …

c# winforms devexpress xtragrid
AspxGridView default focused row

I have an AspxGridView in my project with AllowFocusedRow="True". Every time I load the page (with the table) the …

asp.net devexpress aspxgridview
Cast List<object> to List<myclass> c#

By this code I got list of selected rows in AspxGrid. string[] fieldName = new string[] { "UserId", "Name", "Address" }; List<…

c# linq devexpress
How to Create Custom Function for DevExpress XtraReports Calculated Field

I know how to create Custom Fields in a DataSet for a Report in DecExpress XtraReports. But I need to …

asp.net devexpress xtrareport calculated-field custom-formatting
RepositoryItemCheckEdit doesn't stay checked

I try to add a RepositoryItemCheckEdit to my GridView using devexpress and Winforms. However, I can get only one checkbox …

winforms devexpress devexpress-windows-ui
How to change the Devexpress TextEdit current text on focus

I've a Devexpress TextEdit control that displays a string something like "24 year." I want the text "years" to disappear every …

focus devexpress onfocus textedit
Export ASPxGridView to xlsx using ASPxGridViewExporter with formatted text

I have an ASPxGridView having a number of columns (of type GridViewDataComboBoxColumn or GridViewDataHyperLinkColumn). In the code behind in the …

asp.net excel devexpress aspxgridview
C# DevExpress XtraGrid, bind to property of nested class

It's easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name …

c# binding devexpress xtragrid
DevExpress XtraGrid RepositoryItemButtonEdit event is not firing

I have added a new ButtonEdit column to my gridview, I turned buttons to ImageButton. I added button_click event …

devexpress xtragrid devexpress-windows-ui