In my application, I get an array from bytes from an XML file. With it I create a stream , but when I try to load it and insert it into XRRichText , nothing happens. However, if I write the stream into a file on the user's compute...
I'm trying to leave only one column of GridView as ReadOnly , I'm doing so:
if (id_crm == 0)
{
textBox2.Text = Convert.ToString(cod_crm());
DataTable dat_itens = new DataTable();...
I have a table where there are filters for it:
Asyoucanseeintheimage,foreachcolumnIhaveafilterwhereuserscantypewhattheyunderstandtodotheresearchtheyunderstand.IamnowallowingtheusertodownloadthePDFlistingwiththefiltersapplied.SoI'mcreatinganarray...
I'm using the spinedit of devexpress, with MVC, it's a decimal field, but I need the punctuation of the number to be a period and not a comma, I need to put his culture as "en-US", how to do it? / p>
I am designing a new feature for a Winforms project in C # . Soon I developed the following method that returns whether in the GridControl (gvDados) component there is a selected row or not.
public bool RetornaSelecionado(bool Seleci...
I am implementing a regex to accept IP address, for this I am using a mask in the textEdit component of DevExpress, but when I leave the field blank or with only a filled part it locks all other controls of the form.
Regex used:
([0-9]{1,3}\...
I need to remove the DevExpress controls from a project because the project has these components and does not have the software license.
I have already deleted the components and references but when trying to compile the error appears: Não...
I need to put the lines of my GridView as read-only.
That is, I have a GridView that already contains some data, this data can not be edited, however I can add new lines, and these new lines can be edited.
But I'm using the...
I am using a return to be able to exit the textEstado_Validate event. The problem is that when it exits this event, it enters textEstado_KeyDown .
How can I prevent it from going into any other methods and events?
private v...
I'm trying to add my grid items to my ObservableCollection but I'm unsuccessful.
I have a column that has the CheckBox that I put through the ShowCheckBoxSelectorColumn property.
I have the following Xaml:
<dxg:GridControl x:Name=...