I am using a DevExpress (10.2) Treelist in my VB.Net project in Visual Studio 2008. I currently have a treelist with TreeList.OptionsBehavior.Editable = True. I have two columns were the first one is
I\'m using DevExpress ASPxGridView to show, insert, edit data. To insert and edit I\'m using Templates->EditForm and to group columns I\'m using TabContainer from Ajax Control Toolkit and in one tab I
I am using the DevExpress.XtraCharts.SwiftPlotDiagram to show a diagram in my WinForms c# application.
I need to show totals lik开发者_JS百科e the total plus the last total in a DevExpress PivotGrid.
I have a WinForm with a PivotGridControl bound to a DataTable.The DataTable is populated with a TableAdapter that knows how to update the underlying database table.
Is there a way to 开发者_JS百科load XPServerCollectionSource in a Asynchronous way?DXperience 10.2 and later provides the XPInstantFeedbackSource component for this purpose.
I have ASPxTextbox and I\'m trying to prevent users to typing letters. So I have my control code: <dxe:ASPxTextBox ID="phone" Text="" runat="server" MaxLength="18
I am using a Strongly Typed Data Set for my application and I needed a custom property that doesn\'t exist in my database table, so I created it as follows:
I\'ve recently changed the rowheight for our grid and reduced it a bit (using code from http://www.devexpress.com/Support/Center/KB/p/A859.aspx).
I have a bit of a weird issue. We use DevExpress controls to do all our Windows Form development. Anyway, I found a perfect use for the DataRow.SetParentRow/GetParentRow methods in my grid. So I creat