wpf-7385-common-concepts-xaml-namespaces.md
This topic lists the XAML Namespaces used in the DevExpress products, demos, and documentation.
XAML namespaces allow you to refer to particular types in different name scopes.
When you drop a DevExpress control onto the Visual Studio designer, a reference to the corresponding XAML namespace is added to the XAML file. For example, the following reference is added when you drop a GridControl:
<Window x:Class="WpfApplication1.Window1"
xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
...
The table below lists all DevExpress XAML namespaces, prefixes, assemblies, and mapped namespaces.
See Also