# ComponentOne-WinUI-Samples **Repository Path**: DXFB/ComponentOne-WinUI-Samples ## Basic Information - **Project Name**: ComponentOne-WinUI-Samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComponentOne WinUI Edition Samples Add enterprise features to your new desktop applications based on the latest WinUI 3.0 framework. This repository contains the samples for [ComponentOne WinUI Edition](https://developer.mescius.com/componentone/winui-controls). These samples provide complete implementation details for the UI control features. They are also included with the full download and install from developer.mescius.com/componentone. The samples reference, but do not include, the control packages. The control packages can be downloaded from nuget.org. ## Building a Sample WinUI samples require Windows 10, version 1809 (build 17763) and Visual Studio 2019 and above. They also require the Universal Windows Platform development workload and the Windows App SDK (Project Reunion) extension. Then run these commands from the CLI in the directory of any sample: ``` dotnet build dotnet run ``` This will install any needed dependencies, build the project, and run the project respectively. ## Resources * Product Details: https://developer.mescius.com/componentone/winui-controls * Documentation: https://developer.mescius.com/componentone/docs/winui/online-winui/overview.html * Support Forum: https://developer.mescius.com/forums/winui-edition [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)