Questions tagged [devexpress-windows-ui]

Questions about controls in DevExpress WinForms libraries

DevExpress is a company that provide the WinForms Controls in order to create rich applications easily.

333 questions
2
votes
1 answer

Detecting scroll event (pdfnet)

Scenario: The customers have the ability to set an annotation to the PDF page. This is handled as a richtextbox object. There's a bug, however, that when the user is making an annotation and wants to scroll down manually (drag scrollbar down), that…
Silvio Langereis
  • 487
  • 1
  • 11
  • 20
2
votes
1 answer

DevExpress - Unable to Load Document Preview Control in WPF 16.2

I've added a DocumentPreviewControl as per the sample instructions for static report; however when I run our application It's crashed bug when I run the application from a client machine (not developer). enter image description here All dll Files…
2
votes
0 answers

devexpress multiple gridview export to excel in Single File winforms

Searched and found the following solution Here Users have given up vote to it but it throwing an exception for me. MultiFileExportToExcel Unable to cast object of type 'DevExpress.XtraGrid.Views.Grid.GridView' to type…
2
votes
0 answers

How do remove / hide the Bing map offline message when offline in winform C#

I'm developing a desktop app that uses the C# winform DevExpress XtraMap / Bing Map control. The map tiles are being served up from a local source so the app doesn't not need a network connection to work. Unfortunately the map control insists on…
Hoc Vu
  • 31
  • 4
2
votes
1 answer

How to identify WinForms DevExpress controls with AutomationId?

We have inherited a big legacy WinForms application, that is using DevExpress controls (DevExpress.XtraNavBar.v8.1 and DevExpress.XtraEditors.v8.1) (I have been able to upgrade to version 15.1. It is a Project Converter tool oferred by DevExpress…
Alin Ciocan
  • 3,082
  • 4
  • 34
  • 47
2
votes
1 answer

Change the ROW background color of DevExpress PivotGrid

I want to change the background color of an entire row based on calculations made. The problem I am facing in either the CustomAppearance or the CustomDrawCell events is that it iterates through every cell and does the calculation. I want to…
2
votes
1 answer

EF6 - add objects to tables dynamicaly

I'm new around here (I know this site for long but it's my first time actually asking somehting). Components that I'm using: - EF6, Devexpress XtraGrid Ok... so, what I want is to kind of do this, I have 1 form with multiple tables, and which I will…
Paulo Lima
  • 142
  • 10
2
votes
1 answer

Add another dropdown button to own devexpres PopupContainerEdit with same style behaviour

We've got custom PopupContainerEdit that inherits from DevExpress'es PopupContainerEdit. One of our custom features is another dropdown button (EditorButton with kind = ButtonPredefines.Glyph) that acts like the default one except, it opens…
user2475983
  • 1,916
  • 2
  • 13
  • 20
2
votes
1 answer

How to add text with checkbox repository in GridView column?

I am using DevExpress controls. I have a GridControl with column having CheckboxRepository. I want to display text with checkbox(Text+Checkbox) in column. How can I achieve it?
NJ Bhanushali
  • 901
  • 1
  • 12
  • 21
2
votes
1 answer

How to set skin on XtraUserControl in Windows Form?

I have a simple Windows Form. In it, I've embedded a ChildXtraUserControl which derives from XtraUserControl (DevEx v10.1). I'd like to skin the ChildXtraUserControl with 'Office 2010 Blue', and I'm expecting it to look bluish when I run the form.…
ck.
  • 1,056
  • 1
  • 14
  • 25
2
votes
2 answers

How to refresh after changing ValueNumericOptions.Format?

I'm using the DevExpress xtraChart to display some data. In the CustomDrawSeries event, I'm checking the series name and changing SeriesTemplate.Label.PointOptions.ValueNumericOptions.Format. It works... partially. The idea is to change…
DenaliHardtail
  • 27,362
  • 56
  • 154
  • 233
2
votes
2 answers

Hide a Column from ColumnChooser

Currently I'm developing an application with devexpress, and I had set two columns to hide like this: gridView1.Columns[2].Visible = false; However, when I run my program, there is an option from the DataGrid called "Selector de Columnas" (in…
2
votes
1 answer

Repository item lookUpEdit resets after losing focus

I have this problem for days and can't find solution for it. I tried all possible solutions i found on internet, but seems like none suits this one. Thing is that i added repository item to gridControls (i added it through designer, not through…
Mlad3n
  • 133
  • 1
  • 4
  • 14
2
votes
1 answer

How to use Grid inside Grid (Nested Grid) on Devexpress tools in WPF

I am stuck here that how i can use nested grid on devexpress grid control.I research alot but couldn't find anything good.Here is my XAML
Rahul
  • 5,603
  • 6
  • 34
  • 57
2
votes
1 answer

FileUpload Control For DevExpress Windows Form

I am new to DevExpress WinForms , Can any one tell what is simple way to use FileUploader control . I want to select image from File Dialog box and add it to PictureEdit. Please Help!! Thanks In Advance.
Gayatri
  • 274
  • 1
  • 4
  • 17
1
2
3
22 23