How to display a login view as a popup window during navigation between views
This approach can be applied starting with 13.2.9 This example demonstrates how to check whether the user is logged in and display a login view when it is necessary during navigation. It is necessary...
View ArticleHow to: Use TransitionManager to animate tab switching in XtraTabControl
This example contains an XtraTabControl with two tabs. The TransitionManager component is used to animate switching between these tabs, using a certain animation effect (specified by the Transition...
View ArticleHow to keep proportional size for Bubbles corresponding to different series
By default, each bubble weight is calculated in relation to other points shown in the same series: "Aaa": {4, 1, 5} "Bbb": {6, 9, 5} "Ccc": {4, 6, 5} If you wish to represent each bubble...
View ArticleHow to modify the color of the form's caption at runtime
This example demonstrates how you can utilize the Skin Engine to change the color of any form's element. In this example, you can find some code, illustrating how any skin element can be modified at...
View ArticleHow to draw a form title manually
If you are using our XtraForm and title bar skinning feature is enabled (i.e. you call the DevExpress.Skins.SkinManager.EnableFormSkins method at application startup) you can custom draw a form's...
View ArticleXtraForm - How to implement colorful forms
This example demonstrates how to color a form header individually. For detailed explanation, refer to XtraForm - How to implement colorful forms.
View ArticleHow to implement select/unselect for all rows in a group row
This example demonstrates how to implement select/unselect for all rows in a group row.It's possible to implement this behavior only by using ASPXGridView 9.1. For more information, please refer to Add...
View ArticleHow to show custom data over WebChartControl using ASPxPopupControl
This sample demonstrates how to show custom data related to WebChartControl series points over the chart control using the ASPxPopupControl.Data will be obtained during callbacks, after a user clicks...
View ArticleHow to: Adjust the size of pop up dialogs
A complete description for the ASP.NET version is available in the How to: Adjust the Size of Pop up Dialogs displayed in ASP.NET Applications topic.For more information on the WinForms solution,...
View ArticleASPxDropDownEdit - How to select Year and Month only
This example demonstrates how to create a DateEdit analog based on ASPxDropDownEdit with a custom DropDownWindowTemplate that allows you to select Year and Month only.Question CommentsAdded By: Julien...
View ArticleHow to get visible data from a certain dashboard item on the client side and...
To request data displayed in the specific Dashboard Item, you should call GetItemData methods of the ASPxClientDashboardViewer object. Then, you need to iterate through the item's elements (rows,...
View ArticleHow to retrieve last level data from Client Dashboard Item and display it...
To request data displayed in the specific Dashboard Item, you should call GetItemData methods of the ASPxClientDashboardViewer object. Then, you need to iterate through the item's elements (rows,...
View ArticleHow to select/deselect row by clicking it and prevent a selection of other...
This example demonstrates how to create a helper class that allows you to select rows as if the CTRL button is pressed. I.e. rows selection is not cleared when a particular row is clicked. Only a...
View ArticleASPxGridView - How to focus a master row when a user clicks the Expand Detail...
By default, a master row is not focused when a user clicks the Expand Detail Row icon. To accomplish this task, handle the ASPxClientGridView.DetailRowExpanding event and focus a row using the...
View ArticleHow to disable the save confirmation dialog when closing a DetailView for a...
Scenario This example demonstrates how to implement the following behavior (which is default in Microsoft Outlook) in XAF Windows Forms applications:- A user can create a new record, and when its...
View ArticleHow to use ASPxUploadControl in the Edit Appointment Form
This example demonstrates how to use ASPxUploadControl inside a custom Appointment Editing Form to load an image to a custom appointment field.To accomplish this task, perform the following steps:1....
View ArticleHow to perform an action when series points are selected
This example shows how to obtain currently selected series points and show them in another chart. For this, the ChartControl.SelectedItemsChanged event should be used.In this example, you can choose...
View ArticleHow to create a Custom Appointment Recurrence Dialog Using the MVVM Pattern
This example demonstrates how to use the MVVM approach to customize the default Appointment Recurrence dialog, which can be invoked by clicking the Recurrence button in the Edit Appointment form.See...
View ArticleGetting Started with DXEditors. Tutorial. How to create a registration form.
This example demonstrates how to create a registration form with DXEditors for WPF. Review Getting Started with Data Editors to learn how to build this application.
View Article