FunctionZero.Maui.zBind
1.0.2
See the version list below for details.
dotnet add package FunctionZero.Maui.zBind --version 1.0.2
NuGet\Install-Package FunctionZero.Maui.zBind -Version 1.0.2
<PackageReference Include="FunctionZero.Maui.zBind" Version="1.0.2" />
paket add FunctionZero.Maui.zBind --version 1.0.2
#r "nuget: FunctionZero.Maui.zBind, 1.0.2"
// Install FunctionZero.Maui.zBind as a Cake Addin #addin nuget:?package=FunctionZero.Maui.zBind&version=1.0.2 // Install FunctionZero.Maui.zBind as a Cake Tool #tool nuget:?package=FunctionZero.Maui.zBind&version=1.0.2
FunctionZero.Maui.zBind
is a xaml
markup extension for MAUI that allows you to bind directly to an expression
If you want to do things like this: (note the expression is enclosed inside quotes)
<StackLayout IsVisible="{z:Bind '(Item.Count != 0) AND (Status == \'Administrator\')'}" > ...
- Install
FunctionZero.Maui.zBind
to your shared project - add
xmlns:z="clr-namespace:FunctionZero.Maui.zBind.z;assembly=FunctionZero.Maui.zBind"
To yourxaml
page (or let Visual Studio do it for you)
Head over here for source code, documentation and a sample application
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.1 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst16.1 is compatible. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows10.0.19041 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- FunctionZero.ExpressionParserZero (>= 5.2.0)
-
net6.0-android31.0
- FunctionZero.ExpressionParserZero (>= 5.2.0)
-
net6.0-ios16.1
- FunctionZero.ExpressionParserZero (>= 5.2.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst16.1
- FunctionZero.ExpressionParserZero (>= 5.2.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- FunctionZero.ExpressionParserZero (>= 5.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FunctionZero.Maui.zBind:
Package | Downloads |
---|---|
Leal.Core.UI.Maui
Package Description |
|
FunctionZero.Maui.Controls
A MAUI Controls library featuring a cross-platform virtualizing TreeView and ListView and Expander and a really cool MaskControl and MultiView more, for all MAUI platforms. |
|
FunctionZero.Maui.MvvmZero
An easy to use library for building cross-platform MAUI applications very quickly. Includes FunctionZero.zBind, allowing fully featured databinding to expressions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.1.1 | 1,464 | 3/28/2024 |
8.1.0 | 114 | 3/28/2024 |
8.1.0-pre4 | 105 | 3/27/2024 |
8.1.0-pre3 | 114 | 3/27/2024 |
8.1.0-pre2 | 137 | 3/27/2024 |
8.1.0-pre1 | 106 | 3/26/2024 |
8.1.0-pre0 | 103 | 3/26/2024 |
8.0.2 | 1,648 | 1/7/2024 |
8.0.0 | 1,030 | 10/21/2023 |
8.0.0-pre1 | 85 | 10/14/2023 |
1.1.0 | 554 | 2/15/2023 |
1.0.2 | 322 | 1/9/2023 |
1.0.1 | 475 | 6/23/2022 |
1.0.0 | 426 | 6/23/2022 |
TapTrigger can now be applied to any UI element that derives from View.