Getting Started with WinUI SideDrawer
This tutorial will walk you through the creation of a sample application that contains RadSideDrawer.
Assembly References
In order to use the RadSideDrawer control, you will need to add references to the following assemblies:
Telerik.WinUI.Controls
Telerik.Licensing.Runtime.dll
Adding RadSideDrawer to the Project
You can add a RadSideDrawer manually in XAML as demonstrated in Example 1.
You can access the RadSideDrawer control through an alias pointing to the Telerik.UI.Xaml.Controls.Primitives namespace:
xmlns:telerik="using:Telerik.UI.Xaml.Controls.Primitives"