FunctionZero.Maui.zBind 8.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FunctionZero.Maui.zBind --version 8.0.2                
NuGet\Install-Package FunctionZero.Maui.zBind -Version 8.0.2                
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.zBind" Version="8.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunctionZero.Maui.zBind --version 8.0.2                
#r "nuget: FunctionZero.Maui.zBind, 8.0.2"                
#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.zBind as a Cake Addin
#addin nuget:?package=FunctionZero.Maui.zBind&version=8.0.2

// Install FunctionZero.Maui.zBind as a Cake Tool
#tool nuget:?package=FunctionZero.Maui.zBind&version=8.0.2                

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\')'}" > ...
  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 for source code, documentation and a sample application

Product 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.0 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.0 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

Updated to latest ExpressionParserZero