How to: Pass data between View Models through the ISupportParameter interface
This example demonstrates how you can pass data between View Models through the ISupportParameter interface.Review this documentation topic to learn more.
View ArticleHow to: Use EventToCommand
This example demonstrates how to use the EventToCommand.Review this documentation topic to learn more.
View ArticleHow to: Use FocusBehavior
This example demonstrates how to use the FocusBehavior.Review this documentation topic to learn more.
View ArticleHow to: Use ValidationErrorsHostBehavior
This example demonstrates how to use the ValidationErrorsHostBehavior.Review this documentation topic to learn more.
View ArticleHow to: Use ConfirmationBehavior
This example demonstrates how to use the ConfirmationBehavior.Review this documentation topic to learn more.
View ArticleHow to: Use DependencyPropertyBehavior
This example demonstrates how to use the DependencyPropertyBehavior.Review this documentation topic to learn more.
View ArticleHow to use the Service mechanism in a custom View Model
This example demonstrates how you can implement the support of the Service mechanism in a custom View Model (not derived from the ViewModelBase class and not a POCO View Model).Review this...
View ArticleHow to: Use MessageBoxService in POCO View Models
This example demonstrates how to use the MessageBoxService in POCO View Models.Review this documentation topic to learn more.
View ArticleHow to: Use MessageBoxService in View Models derived from the ViewModelBase...
This example demonstrates how to use the MessageBoxService in View Models derived from the ViewModelBase classReview this documentation topic to learn more.
View ArticleHow to: Use WinUIMessageBoxService
This example demonstrates how to use WinUIMessageBoxService.Review this documentation topic to learn more.
View ArticleHow to: Use DialogService
This example demonstrates how you can use the DialogService.Review this documentation topic to learn more.
View ArticleHow to: Create a Custom Service
This example demonstrates how to create a custom service (a ServiceBase descendant).Review this documentation topic to learn more.
View ArticleOBSOLETE: How to implement a hyperlink functionality in the LabelControl
This feature is available out-of-the-box starting from version 13.1. See HTML Text FormattingFor earlier versions: This example illustrates how to create a custom LabelControl so that it can display...
View ArticleHow to provide a custom template for axis labels
The following example demonstrates how to change the appearance of Axis Labels by using the AxisLabel.ElementTemplate Property, for example, to rotate them by a specific angle.
View ArticlePivot Chart Integration - How to show a waterfall chart control
This example demonstrates how to represent the pivot grid data as a waterfall chart. The XtraCharts control does not support this series view by default, however, it is possible to achieve the required...
View ArticleOBSOLETE - Pivot Chart Integration - How to show a waterfall chart control
This example is now obsolete. Refer to the Pivot Chart Integration - How to show a waterfall chart control one instead.This example demonstrates how to represent the pivot grid data as a waterfall...
View ArticleHow to display a copy of the WebChartControl in the ASPxPopupControl
In this example, you can find a ChartPopupControl.ascx user control. To use this control, attach it to the WebChartControl instance via the ChartPopupControl.CopyFromChart() server-side method. Then,...
View ArticleHow to obtain information about images provided by the DevExpress Icon Library
The following example demonstrates how to get information about file names and images, stored in the DevExpress Icon Collection.
View ArticleASPxGridView - How to programmatically change the column's filter in the...
This example demonstrates how to achieve this task. The CriteriaColumnAffinityResolver.SplitByColumns method is used here to return the dictionary of criteria operators. It is possible to modify them...
View ArticleHow to access a nested ListView from the parent DetailView's controller and...
This example is based on the following facts:1. The nested ListView is shown in the parent DetailView via the ListPropertyEditor. The ListPropertyEditor class has the Frame property that returns the...
View Article