wpf-115770-mvvm-framework-dxbinding.md
The DevExpress Binding mechanism includes three powerful tools that extend standard WPF bindings.
The DXBinding allows you to use expressions inside binding paths.
With the DXCommand, you can bind a command property and define methods to call right in xaml.
The DXEvent allows you to bind an event to methods.
The Language Specification topic describes the language that is used in the DevExpress binding mechanism.
The DXDataTemplateSelector is a declarative way to implement DataTemplateSelector.
The DXDataTemplateSelector allows you to define a simple template selection logic in XAML, so you do not need to create a DataTemplateSelector ancestor in code-behind. The DXDataTemplateSelector works like WPF triggers.
See Also