-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DevExpressExampleBot
committed
May 25, 2022
1 parent
5d6a124
commit c91263c
Showing
1 changed file
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,42 @@ | ||
<!-- default badges list --> | ||
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/392259258/22.1.1%2B) | ||
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1018960) | ||
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) | ||
<!-- default badges end --> | ||
# DevExpress Tab Page for .NET MAUI | ||
|
||
[DevExpress Mobile UI](https://www.devexpress.com/maui/) allows you to use a .NET cross-platform UI toolkit and C# to build native apps for iOS and Android. | ||
|
||
![DevExpress Mobile UI for .NET MAUI](./Images/maui.png) | ||
|
||
The **DevExpress Mobile UI for Xamarin.Forms and .NET MAUI** is free of charge. To learn more about our offer and to reserve your copy, visit [Free DevExpress Mobile UI for Xamarin.Forms and .NET MAUI](https://www.devexpress.com/xamarin-free). | ||
|
||
## Requirements | ||
|
||
Please register the DevExpress NuGet Gallery in Visual Studio to restore the NuGet packages used in this solution. See the following topic for more information: [Get Started with DevExpress Mobile UI for .NET MAUI](https://docs.devexpress.com/MAUI/403249/get-started). | ||
|
||
## Documentation | ||
|
||
- [Data Grid](https://docs.devexpress.com/MAUI/403255/data-grid/data-grid) | ||
- [Charts](https://docs.devexpress.com/MAUI/403300/charts/charts) | ||
- [Data Form](https://docs.devexpress.com/MAUI/403640/data-form) | ||
- [Navigation](https://docs.devexpress.com/MAUI/403297/navigation/index) | ||
- [Data Editors](https://docs.devexpress.com/MAUI/403427/editors/index) | ||
- [Collection View](https://docs.devexpress.com/MAUI/403324/collection-view/index) | ||
|
||
## More Examples | ||
|
||
* [Stocks App](https://github.com/DevExpress-Examples/maui-stocks-mini) | ||
* [Data Grid](https://github.com/DevExpress-Examples/maui-data-grid-get-started) | ||
* [Data Form](https://github.com/DevExpress-Examples/maui-data-form-get-started) | ||
* [Data Editors](https://github.com/DevExpress-Examples/maui-editors-get-started) | ||
* [Pie Chart](https://github.com/DevExpress-Examples/maui-pie-chart-get-started) | ||
* [Scatter Chart](https://github.com/DevExpress-Examples/maui-scatter-chart-get-started) | ||
* [Tab View](https://github.com/DevExpress-Examples/maui-tab-view-get-started) | ||
* [Drawer Page](https://github.com/DevExpress-Examples/maui-drawer-page-get-started) | ||
* [Drawer View](https://github.com/DevExpress-Examples/maui-drawer-view-get-started) | ||
* [Collection View](https://github.com/DevExpress-Examples/maui-collection-view-get-started) | ||
|
||
## What's in This Repository | ||
|
||
- [Create Tab Items Manually](./CS/CreateTabItemsManually) | ||
- [Generate Tab Items from a Data Source](./CS/GenerateTabItemsFromDataSource) | ||
<!-- default badges list --> | ||
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1018960) | ||
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) | ||
<!-- default badges end --> | ||
# DevExpress Tab Page for .NET MAUI | ||
|
||
[DevExpress Mobile UI](https://www.devexpress.com/maui/) allows you to use a .NET cross-platform UI toolkit and C# to build native apps for iOS and Android. | ||
|
||
![DevExpress Mobile UI for .NET MAUI](./Images/maui.png) | ||
|
||
The **DevExpress Mobile UI for Xamarin.Forms and .NET MAUI** is free of charge. To learn more about our offer and to reserve your copy, visit [Free DevExpress Mobile UI for Xamarin.Forms and .NET MAUI](https://www.devexpress.com/xamarin-free). | ||
|
||
## Requirements | ||
|
||
Please register the DevExpress NuGet Gallery in Visual Studio to restore the NuGet packages used in this solution. See the following topic for more information: [Get Started with DevExpress Mobile UI for .NET MAUI](https://docs.devexpress.com/MAUI/403249/get-started). | ||
|
||
## Documentation | ||
|
||
- [Data Grid](https://docs.devexpress.com/MAUI/403255/data-grid/data-grid) | ||
- [Charts](https://docs.devexpress.com/MAUI/403300/charts/charts) | ||
- [Data Form](https://docs.devexpress.com/MAUI/403640/data-form) | ||
- [Navigation](https://docs.devexpress.com/MAUI/403297/navigation/index) | ||
- [Data Editors](https://docs.devexpress.com/MAUI/403427/editors/index) | ||
- [Collection View](https://docs.devexpress.com/MAUI/403324/collection-view/index) | ||
|
||
## More Examples | ||
|
||
* [Stocks App](https://github.com/DevExpress-Examples/maui-stocks-mini) | ||
* [Data Grid](https://github.com/DevExpress-Examples/maui-data-grid-get-started) | ||
* [Data Form](https://github.com/DevExpress-Examples/maui-data-form-get-started) | ||
* [Data Editors](https://github.com/DevExpress-Examples/maui-editors-get-started) | ||
* [Pie Chart](https://github.com/DevExpress-Examples/maui-pie-chart-get-started) | ||
* [Scatter Chart](https://github.com/DevExpress-Examples/maui-scatter-chart-get-started) | ||
* [Tab View](https://github.com/DevExpress-Examples/maui-tab-view-get-started) | ||
* [Drawer Page](https://github.com/DevExpress-Examples/maui-drawer-page-get-started) | ||
* [Drawer View](https://github.com/DevExpress-Examples/maui-drawer-view-get-started) | ||
* [Collection View](https://github.com/DevExpress-Examples/maui-collection-view-get-started) | ||
|
||
## What's in This Repository | ||
|
||
- [Create Tab Items Manually](./CS/CreateTabItemsManually) | ||
- [Generate Tab Items from a Data Source](./CS/GenerateTabItemsFromDataSource) |