FunctionZero.Maui.zBind
8.1.0-pre0
See the version list below for details.
dotnet add package FunctionZero.Maui.zBind --version 8.1.0-pre0
NuGet\Install-Package FunctionZero.Maui.zBind -Version 8.1.0-pre0
<PackageReference Include="FunctionZero.Maui.zBind" Version="8.1.0-pre0" />
paket add FunctionZero.Maui.zBind --version 8.1.0-pre0
#r "nuget: FunctionZero.Maui.zBind, 8.1.0-pre0"
// Install FunctionZero.Maui.zBind as a Cake Addin #addin nuget:?package=FunctionZero.Maui.zBind&version=8.1.0-pre0&prerelease // Install FunctionZero.Maui.zBind as a Cake Tool #tool nuget:?package=FunctionZero.Maui.zBind&version=8.1.0-pre0&prerelease
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)
<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 | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- FunctionZero.ExpressionParserZero (>= 5.3.1)
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
-
net8.0-android34.0
- FunctionZero.ExpressionParserZero (>= 5.3.1)
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
-
net8.0-ios17.2
- FunctionZero.ExpressionParserZero (>= 5.3.1)
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
-
net8.0-maccatalyst17.2
- FunctionZero.ExpressionParserZero (>= 5.3.1)
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
-
net8.0-windows10.0.19041
- FunctionZero.ExpressionParserZero (>= 5.3.1)
- Microsoft.Maui.Controls (>= 8.0.7)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.7)
NuGet packages (2)
Showing the top 2 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.1.1 | 2,513 | 3/28/2024 |
8.1.0 | 120 | 3/28/2024 |
8.1.0-pre4 | 109 | 3/27/2024 |
8.1.0-pre3 | 120 | 3/27/2024 |
8.1.0-pre2 | 143 | 3/27/2024 |
8.1.0-pre1 | 110 | 3/26/2024 |
8.1.0-pre0 | 107 | 3/26/2024 |
8.0.2 | 1,684 | 1/7/2024 |
8.0.0 | 1,036 | 10/21/2023 |
8.0.0-pre1 | 89 | 10/14/2023 |
1.1.0 | 561 | 2/15/2023 |
1.0.2 | 328 | 1/9/2023 |
1.0.1 | 483 | 6/23/2022 |
1.0.0 | 434 | 6/23/2022 |
Added z:MultiBind preview.