About 27,400,000 results
Open links in new tab
  1. Functions in x:Bind - UWP applications | Microsoft Learn

    Oct 20, 2022 · You can't use functions when your app targets earlier versions of Windows 10. For more info about target versions, see Version adaptive code. In the following example, the …

  2. .net 3.5 - How to bind inverse boolean properties in WPF? - Stack Overflow

    Jun 24, 2009 · I wanted my XAML to remain as elegant as possible so I created a class to wrap the bool which resides in one of my shared libraries, the implicit operators allow the class to be …

  3. XAML Behaviors and WinUI 3 | XAML Brewer, by Diederik Krols

    Jan 16, 2023 · In this article we demonstrate how to use and write XAML Behaviors in a WinUI 3 Desktop app. We’ll cover some of the existing behaviors that are exposed via Community …

  4. Functions in x:Bind with WinUI - Windows apps | Microsoft Learn

    Nov 11, 2025 · Learn how to use functions in x:Bind to simplify value conversion and create complex bindings in WinUI apps.

  5. Windows.UI.Xaml.Data.Binding.ConverterParameter - GitHub

    Specifically, this provides the value of the parameter parameter of the Convert or ConvertBack methods of the specific converter that is requested with the Converter property.

  6. WinUI Stuff: accessing the properties of another control (named …

    Jan 24, 2024 · x:bind is a quite powerful command and feature in XAML. You can get the data for your XAML-control from (almost) anywhere. You can even get it from another control, and you …

  7. Pass The Values of Multiple Controls Via A Button in WinUI 3

    Jun 20, 2024 · Using WinUi 3 I am trying to allow a user to add data to an SQLite database by the way of controls on a page. In this particular case I have 2 text boxes whose text value I send …

  8. Learning the Language: XAML and C# - WinUI 3.0 Tutorial

    Learn how to develop Windows applications using WinUI 3.0 and Visual Studio. This tutorial guides you through each step to create fully functional apps.

  9. Binding.Converter Property (Windows.UI.Xaml.Data) - Windows apps

    Gets or sets the converter object that is called by the binding engine to modify the data as it is passed between the source and target, or vice versa.

  10. How to pass commands across different XAML files/controls

    Jan 17, 2023 · WinUI3 doesn't have DynamicResource, only StaticResource. And since the two views are in different XAML files, and ToDoTaskView in a templated context, StaticResource …