FunctionZero.Maui.zBind 8.1.1

dotnet add package FunctionZero.Maui.zBind --version 8.1.1
NuGet\Install-Package FunctionZero.Maui.zBind -Version 8.1.1
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.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunctionZero.Maui.zBind --version 8.1.1
#r "nuget: FunctionZero.Maui.zBind, 8.1.1"
#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.1.1

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

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.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 102 3/28/2024
8.1.0 84 3/28/2024
8.1.0-pre4 67 3/27/2024
8.1.0-pre3 78 3/27/2024
8.1.0-pre2 56 3/27/2024
8.1.0-pre1 74 3/26/2024
8.1.0-pre0 80 3/26/2024
8.0.2 1,430 1/7/2024
8.0.0 933 10/21/2023
8.0.0-pre1 65 10/14/2023
1.1.0 462 2/15/2023
1.0.2 282 1/9/2023
1.0.1 440 6/23/2022
1.0.0 398 6/23/2022

Built using lates MAUI libraries.