Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

I'm using WPF with DevExpress, and I'm creating a custom template for the DockLayoutManager tab headers. My goal is to have animations that play when (and only when) the mouse enters or exits the ...
Brendan Mitchell's user avatar
0 votes
0 answers
132 views

I'm working on an accounts package and I've noticed that the dateEdit for DevExpress will revert to the system date as you are entering the date value. In the program the user enters their default ...
de_CLAS Softworks's user avatar
0 votes
0 answers
36 views

I use DevExpress WPF to access my PostgreSql database. Now I cannot figure out how to adress tables not in the public schema. I have a object like: [Persistent("Custumer_View")] public class ...
Daniel W.'s user avatar
  • 1,188
0 votes
0 answers
94 views

I am using the DevX WPF GridControl and ComboBoxEdit within a GridColumn's CellTemplate. For each row in the grid, there is a ComboBoxEdit with a selected item. Each ComboBox has its own ItemSource, ...
Bharathi's user avatar
  • 1,338
0 votes
0 answers
38 views

I am using WPF PivotGrid control in my application. I want to customize the ColumnArea Header alignment and Fonts. But, I can't find the property to customize it. I couldn't find the proper example in ...
Bharathi's user avatar
  • 1,338
0 votes
0 answers
115 views

I added an offline map file that I have already downloaded in the map control. My application is not connected to the internet and the user needs an offline map with (TIFF/BMP/PNG) extension. Using ...
abbas akbarzade's user avatar
0 votes
0 answers
88 views

I'm trying to call a method by clicking on an item of my list. using DevExpress.Maui.Scheduler; (for the appointments classes) The list comes from an AppointmentItemCollection in my ViewModel. This ...
winona's user avatar
  • 1
2 votes
0 answers
165 views

Recently we moved to VS2022, we are developing an application using DevExpress 15.2.4 . The Run Designer feature/button (as seen in screenshot below) isn't available . Although its works greats with ...
KiraKo's user avatar
  • 149
0 votes
0 answers
239 views

I'm using WPF and dotnet 7 with Devexpress Controls (22), what I'm trying to achieve is to show some data inside my GridControl (TableView): public class First { public required string Name { ...
AliSalehi's user avatar
  • 365
0 votes
1 answer
136 views

I have SQL Server Database Named EmployeesDB that contains 4 Tables as following: Employees Table which is the Parent Table in this Example. EmployeesContacts Table Which is the Child Table of ...
Meshka's user avatar
  • 25
0 votes
1 answer
92 views

After using PrintHelper.Print(report); which is a function provided by namespace DevExpress.Xpf.Printing wpf does something entirely unexpected see below. It starts cutting off some button text. I ...
Neil Busse's user avatar
0 votes
1 answer
275 views

I feel stupid now, but I am unable to create simple format to my numbers. I am using DevExpress 22.2 controls for WPF. Inside a grid is column, in which is only numbers. Sometimes the numbers have ...
David Bašta's user avatar
0 votes
0 answers
68 views

Code Column var col = new GridColumn { Header = "value", Binding = new Binding { Path = new PropertyPath( $"{nameof(...
Sergey Pakalin's user avatar
1 vote
1 answer
87 views

I'm trying to limit users from being able to remove the first filter in the filter editor. The user should be able to add and remove any other filter. I've seen the section in the DevExpress ...
guyus15's user avatar
  • 101
0 votes
0 answers
48 views

In Devexpress docuemtnation for BarItemVerticalIndent and BarItemHorizontalIndent, it is mentioned that the interval is a Double. I tried to understand the referred unit of measurement in the ...
Katia's user avatar
  • 729
2 votes
0 answers
40 views

Currently, I am working on creation of subreport and want to add a second DetailBand to my hierarchy. For now, It looks: I want to get like this: With additional DetailBand, I couldn't implement it ...
Анатолій Тимошенко's user avatar
0 votes
2 answers
1k views

hi guys i hope you doing well. i'm using devExpress with wpf and i stuck in this: i have dxg:GridColumn who receive a boolean and i wanna change the content of this cell deppends on this boolean as ...
makri aymen abderraouf's user avatar
0 votes
1 answer
253 views

I've tried to search on the internet for an idea to solve my problem but I didn't get any. I have these DataTemplates: <DataTemplate x:Key="UnitGridCell"> <StackPanel ...
Aziz Alzayed's user avatar
0 votes
0 answers
223 views

Itemsource is binded to a list of string(numbers without decimal points) Display ComboBoxEdit values as 4 point decimal number : here is the sample code <dxe:ComboBoxEdit x:...
user16188206's user avatar
0 votes
0 answers
307 views

We have a WPF windows application, We need to change the Modal dialog title bar color, Below is the code snippet and also the screenshot of current dialog box. We are using WPF DevExpress.Xpf third ...
Mayank's user avatar
  • 41
0 votes
1 answer
184 views

I have a C# usercontrol with a DevExpress GridControl in it. When I use a style for the GridColumns in the local xaml file like below, everything works <UserControl.Resources> <...
merger's user avatar
  • 744
2 votes
0 answers
364 views

I am developping an application with wpf, .net and devexpress. I mainly use the devexpress for the report designer and the grid. I need to load custom fonts in the session for the report designer and ...
user2019716's user avatar
2 votes
1 answer
285 views

I'm having issues getting a validation error shown when an async validation is used. I'm using a DevExpress Textbox and via the validate method I'm using an async call to validate if a number is ...
Allan Michaelsen's user avatar
0 votes
0 answers
248 views

I have a form that include : 2 Textedit one for input Identifier_number and another to input prod_name 1 lookUpEdit to select prod_cat from database 1 MemoEdit to input prod_desc 1 pictureedit ...
Yunha's user avatar
  • 11
0 votes
0 answers
270 views

The listBoxItem is defined like this: <dxe:ListBoxEdit MouseDoubleClick="OnListViewMouseDoubleClick" DisplayMember="Name" ...
Bogdan's user avatar
  • 31
0 votes
1 answer
245 views

I am using a WPF Devexpress GridControl with dynamic columns generated. UI Rendered all columns one column per month from years(let say 2020 to 2070). So I am trying copy values for a row from excel ...
WPFKK's user avatar
  • 1,477
0 votes
1 answer
247 views

I have dxg:GridControl. xaml: <dxg:GridControl Name="DynamicGridControl" ItemsSource="{Binding CommonEditCollection, Mode=TwoWay}" ...
Nikolay's user avatar
0 votes
2 answers
2k views

I have a WPF app and I am trying to Automate it using FlaUI. I am facing a problem with the DxTabControl. I have provided Automation IDs to the DxTabControl. I am using DXTabControl.ItemHeaderTemplate ...
Apoorv's user avatar
  • 2,018
0 votes
1 answer
2k views

I am using FlaUI to automate my WPF app. I have a datagrid control from DevExpress. I want to access any individual row and all the columns of that row and edit it using FlaUI. The DevExpress forum ...
Apoorv's user avatar
  • 2,018
1 vote
0 answers
766 views

I'm working on coming up to speed with the latest release of AvaloniaUI (Avalonia 0.9.0 Release). We have an WPF application we are building using the .Net Core framework. We have been making ...
JohnB's user avatar
  • 4,479
3 votes
0 answers
505 views

I have a WPF application and I am trying to Automate the UI testing. I am using FlaUI for this. I am also using NUnit as the testing framework. My application uses DevExpress controls and currently I ...
Apoorv's user avatar
  • 2,018
0 votes
2 answers
490 views

I am running latest Visual Studio 2019 16.2.5. While debugging my app, grid control right click context menu does not stay open, it closes immediately. But while running without debug, it works fine. ...
Chandan's user avatar
  • 155
0 votes
0 answers
272 views

I have a page in my wpf app where I have multiple devexpress grids rendered (Grid1, Grid2, Grid3 etc) via an items control and would like to make sure that their columns (Column1, Column2, Column3) ...
gyurisc's user avatar
  • 11.6k
0 votes
1 answer
174 views

I need to get the row-count of a GridControl within its RowTemplateSelector in order to change the rows template based on that number. I am trying to use the container field passed to the Select() ...
Galilo Galilo's user avatar
1 vote
2 answers
266 views

I am using DevExpres WPF Components and am trying to create a simple WPF-only project. The docs say that Winow should inherit from MvxWindow and UserControl from MvxWpfView. Unfortunately, Devexpess ...
Dimka's user avatar
  • 445
2 votes
1 answer
209 views

We have a GridControl and we are assigning the ItemsSource to a collection of interface items. The interface used in the collection inherits from another interface, and the problem we are running into ...
TJR's user avatar
  • 3,842
0 votes
1 answer
101 views

I am currently developing an WPF app with DevExpress tools and encountered a very strange display bug of a label, displayed a fragmented Text: As you can clearly see, all other labels are not effected ...
Venson's user avatar
  • 1,870
0 votes
0 answers
343 views

I have searched everywhere but I don't know how can I achieve that task. I'm using DevExpress in Visual Studio (WPF Application). I want to search spreadsheet using an ID and select a specific cell ...
Izain's user avatar
  • 21
0 votes
0 answers
42 views

I've developed an application which contains a form and that form contains a Dev Express Scheduler. On my Dev machine, when I run the application, the application runs fine. When I run the same ...
Ricky Tailor's user avatar
0 votes
1 answer
516 views

I am working on a WPF solution (contains 14 projects) in VS-2017 I would like to use DevExpress for the implementation of some controls like (Ribbon, Status Bar ...etc) After installation I can't ...
Amibluesky's user avatar
1 vote
1 answer
200 views

I have a WPF application which can't show MainWindow. The same code is working on another project or on another computer. IKernel kernel = new StandardKernel(); kernel.Load(Assembly....
Sidmarconius's user avatar
0 votes
0 answers
1k views

I have a problem. I need to compare word document. Text and format in c# and i found a third party library to view and process the document and it is Devexpress. So i downloaded the trial to check if ...
Ramon bihon's user avatar
1 vote
1 answer
2k views

I'm trying to bind a method to the value changed of a slider. I'm using devexpress poco, XAML: <ListView.ItemTemplate> <DataTemplate> <StackPanel Height="140" Margin="...
KrystianB's user avatar
  • 502
1 vote
0 answers
223 views

I have below requirement but not sure how to proceed. I have a page where I have two sections Left section: Having list of report templates which user has saved previously by creating the .repx ...
Rahul Rai's user avatar
  • 235
1 vote
1 answer
441 views

I'm trying to change the UserControl in my mainwindow. I'm using devpress's poco viewmodels. The main window displays except for where the loginView should be it displays "LoginViewModel_xxxxxx" The ...
Krystian's user avatar
0 votes
1 answer
165 views

It is for last versions of Devexpress (~ >=17.3). Published with click-once application stopping with File not found exception (within Devexpress code).
arteny's user avatar
  • 388
0 votes
1 answer
138 views

In my project I have LayoutControls inside these Controls are LayoutGroups and these Groups have LayoutItems in them, my problem is I dont want to set the width of the LayoutItems I want that they get ...
NG.'s user avatar
  • 11
0 votes
1 answer
2k views

I am using DevExpress 18.1 on Windows 10 with VS 2017 for a WPF application. Additionally I am using the DevExpress BarCode Class. I am trying to create a QR Code that is 1 inch in size but am unable ...
Robertcode's user avatar
  • 1,039
1 vote
1 answer
653 views

I have this DevExpress GridControl that is dynamically created using a CellTemplateSelector. One of the GridControl columns is defined by a DataTemplate that appears as follows: <...
chuckp's user avatar
  • 333
0 votes
1 answer
65 views

I'm new to using WPF GridControl. I need to be able to double click on the group totals at the top and get the row and column details. How do I achieve this please? Thanks.
Manish K's user avatar