In general, Syncfusion controls (third party components) cannot be viewed in UWP when the project is built-in release mode with .NET Native tool chain (project > Build > Compile with Native Tool chain) is enabled. To view the control in release mode, we must pass the custom renderer assemblies to Init method inOnLaunchedmethod ofApp.Xaml.csfile as shown below. C#: