FunctionZero.Maui.BindZero
9.0.0
dotnet add package FunctionZero.Maui.BindZero --version 9.0.0
NuGet\Install-Package FunctionZero.Maui.BindZero -Version 9.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FunctionZero.Maui.BindZero" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunctionZero.Maui.BindZero --version 9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FunctionZero.Maui.BindZero, 9.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FunctionZero.Maui.BindZero as a Cake Addin #addin nuget:?package=FunctionZero.Maui.BindZero&version=9.0.0 // Install FunctionZero.Maui.BindZero as a Cake Tool #tool nuget:?package=FunctionZero.Maui.BindZero&version=9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FunctionZero.Maui.BindZero
is a xaml
markup extension for MAUI that allows you to bind directly to an expression
See here for .NET 8
and below
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.BindZero
to your shared project - add
xmlns:z="clr-namespace:FunctionZero.Maui.zBind.z;assembly=FunctionZero.Maui.BindZero"
To yourxaml
page (or let Visual Studio do it for you)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 is compatible. net9.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0-android35.0
- FunctionZero.ExpressionParserZero (>= 6.0.0)
- Microsoft.Maui.Controls (>= 9.0.0)
-
net9.0-ios18.0
- FunctionZero.ExpressionParserZero (>= 6.0.0)
- Microsoft.Maui.Controls (>= 9.0.0)
-
net9.0-maccatalyst18.0
- FunctionZero.ExpressionParserZero (>= 6.0.0)
- Microsoft.Maui.Controls (>= 9.0.0)
-
net9.0-windows10.0.19041
- FunctionZero.ExpressionParserZero (>= 6.0.0)
- Microsoft.Maui.Controls (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 86 | 12/3/2024 |
Built using lates MAUI libraries.