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
1
vote
1 answer

Is there any way to access a subclass' Designer-generated components container?

When you make a form in Visual Studio, the Designer automatically generates a components container: /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; We have a couple dozen…
1
vote
0 answers

Wierd textbox behavior

Summary: C# Winforms app Devexpress controls input controls are databound to datasets now the issue is I have atleast 4 different dialogs (out of 200+) where no text input controls will except key stroke input, but they do accept pasting text from…
1
vote
1 answer

DevExpress. DockLayoutManager. DocumentPanel adding. How to get a link to the original window?

I use component DevExpress DockLayoutManager According to the documentation on their website http://documentation.devexpress.com/#WPF/DevExpressXpfDockingLayoutPanel_Uritopic Control property "returns the root element of the Window / Page" - ie…
SoapNewbie
  • 65
  • 1
  • 7
1
vote
1 answer

Unbound Expression is not Working Properly in Winform DevExpress?

I Have Gridview in DevExpress Winforms XtraGrid. I Create Unbound Expression to Unbound Column but it not working properly that means it show some other value as result. my Unbound Expression is InPrice.UnboundType =…
Srihari
  • 2,387
  • 9
  • 51
  • 82
1
vote
1 answer

cxDBnavigator applies sorting independent of the grid's settings

In the grid's properties I have selected one column to sort records (sort order) ASC.Works OK.However, when I use the cxDBNavigator and try and go to the last record, it does not go to the last record in the grid but the last record entered in the…
user763539
  • 3,509
  • 6
  • 44
  • 103
1
vote
1 answer

Add Control to PictureEdit

After adding a UserControl to Picture Edit control of DevExpress, i was able to successfully place it over a location and save the changes. After reopening the application, when i populate the PictureEdit with the image and then add the UserControl…
Lokesh
  • 301
  • 3
  • 19
1
vote
1 answer

Inherited form does not show correctly in design view

I have a simple base form that has no UI controls in the design view. I have declared few textbox controls that have protected modifier and are used in both the parent code behind and as UI controls in the design view of the sub class that inherits…
user2537701
1
vote
0 answers

Is it possible to add/create Bing Map control to DevExpress Reports?

Is it possible to add Bing Map control to DevExpress Reports? Or, even to generate one at the runtime? I need a report with map control with set of pushpins using DevExpress reports. If not possible using DevEx reporting tool, can it be done in any…
Learner
  • 3,904
  • 6
  • 29
  • 44
1
vote
1 answer

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 be checked. If I check another one, the checkbox I checked before becomes unchecked. I followed everything I can find on the…
İsmet Alkan
  • 5,361
  • 3
  • 41
  • 64
1
vote
3 answers

Tracking row changes in the GridControl in DevExpress C#

I have an issue that I have been banging my head against for too long now, and I can't seem to come across a solution. We are using DevExpress, and we have a message based architecture that dispatches messages letting other components of the system…
TheJediCowboy
  • 8,924
  • 28
  • 136
  • 208
1
vote
1 answer

DevExpress WindowUIView Back button event

I am using DevExpress12.2 to develop a MetroUI liked Application for Windows 7. However, I am facing a problem that seems cannot be solved by myself. I am using DocumentManager to create a Tile Container Page. Therefore, the DevExpress will generate…
Felix So
  • 13
  • 1
  • 3
1
vote
2 answers

Coded UI Test for DevExpress Controls does not work

I am going to start work on new project in which i am using DevExpress controls with winform applicaiton. I want to do Coded UI test for winforms application and DevExpress controls. I have VS 2010 Ultimate and DevExpress Controls 12.2…
ravidev
  • 2,708
  • 6
  • 26
  • 42
1
vote
1 answer

DevExpress MetroUI Problems

Actually,I have done my application using DevExpress MetroUIView. I have a TileContainer and on clicking tile, it is showing GridView page and on doubleclick on GridView, it is navigating to Details page. Up to now, everything works fine. My problem…
RealSteel
  • 1,871
  • 3
  • 37
  • 74
0
votes
0 answers

Devexpress 18.2.7 PivotGridControl C# - How to add a custom tooltip to a cell

I want to add tooltip to cell but it works only row or column tooltip. Apperance doesn't have tooltip property. A = The area I want to add tooltip B & C = Fields that can be added question There is my code. Is there any solutions or…
taskin
  • 1
  • 1
0
votes
0 answers

How to drag and drop to DevExpress Schedule Control in versions before 19.2?

I have a Winforms app, C#, .Net Framework 4.6.1, DevExpress version 18.1. I'm stuck with those versions. I want to be able to drag and drop a row from a DevExpress GridView to a DevXpress ScheduleControl. This site shows how to do it, but…