New to Telerik UI for WPF? Download free 30-day trial

Namespace Declaration

The following topic will show you how to manually declare a namespace in XAML.

Almost all Telerik controls can be found in the 'telerik' URI namespace schema (see Example 1). You can use only this namespace to access all controls from Telerik assemblies that you are referring in your application. You cannot access controls from assemblies that you are not referring.

There are few controls which are in another namespace. For example, such are RadPivotGrid and RadPivotFieldList and their namespace is: xmlns:pivot="http://schemas.telerik.com/2008/xaml/presentation/pivot".

  1. Create a new Application.

  2. Add references to the Telerik DLLs in the Solution Explorer.

    Common Installing Namespace Declaration 0

See the Telerik assemblies required by each control in the Controls Dependencies article.

See Also

In this article