Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Keflon/FunctionZero.Maui.zBind
DataBind to Expressions
https://github.com/Keflon/FunctionZero.Maui.zBind
Last synced: 3 months ago
JSON representation
DataBind to Expressions
- Host: GitHub
- URL: https://github.com/Keflon/FunctionZero.Maui.zBind
- Owner: Keflon
- License: mit
- Created: 2022-06-23T14:53:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T15:57:32.000Z (7 months ago)
- Last Synced: 2024-07-16T05:06:19.454Z (4 months ago)
- Language: C#
- Size: 241 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.NuGet.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
- awesome-dotnet-maui - Maui.zBind - square)](https://github.com/Keflon/FunctionZero.Maui.zBind/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/Keflon/FunctionZero.Maui.zBind?style=flat-square)](https://github.com/Keflon/FunctionZero.Maui.zBind/commits) (UI)
README
`FunctionZero.Maui.zBind` is a `xaml` markup extension for **MAUI** that allows you to bind directly to an `expression`
Install version 8.0.0 and above for .NET 8.
If you want to do things like this: (note the expression is enclosed inside quotes)
```xaml
...
```1. Install `FunctionZero.Maui.zBind` to your shared project
2. add `xmlns:z="clr-namespace:FunctionZero.Maui.zBind.z;assembly=FunctionZero.Maui.zBind"
`
To your `xaml` page (or let Visual Studio do it for you)Head over [here](https://github.com/Keflon/FunctionZero.Maui.zBind) for
source code, documentation and a sample application