DevExpress is a component vendor for a variety of controls across different technologies.
I am (trying) to use the DevExpress XtraScheduler to - (don't ask why) to create an appointment without actually using …
c# .net devexpress appointmentI have a list items to show on XtraGridControl. I want first item of the grid controll, which is always …
c# winforms devexpress xtragridI have an AspxGridView in my project with AllowFocusedRow="True". Every time I load the page (with the table) the …
asp.net devexpress aspxgridviewBy this code I got list of selected rows in AspxGrid. string[] fieldName = new string[] { "UserId", "Name", "Address" }; List<…
c# linq devexpressI 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-formattingI try to add a RepositoryItemCheckEdit to my GridView using devexpress and Winforms. However, I can get only one checkbox …
winforms devexpress devexpress-windows-uiI've a Devexpress TextEdit control that displays a string something like "24 year." I want the text "years" to disappear every …
focus devexpress onfocus texteditI have an ASPxGridView having a number of columns (of type GridViewDataComboBoxColumn or GridViewDataHyperLinkColumn). In the code behind in the …
asp.net excel devexpress aspxgridviewIt's easy to bind an XtraGrid control to a class by setting the FieldName for each column to the name …
c# binding devexpress xtragridI have added a new ButtonEdit column to my gridview, I turned buttons to ImageButton. I added button_click event …
devexpress xtragrid devexpress-windows-ui