bodong.Avalonia.PropertyGrid 11.3.0.16

dotnet add package bodong.Avalonia.PropertyGrid --version 11.3.0.16
                    
NuGet\Install-Package bodong.Avalonia.PropertyGrid -Version 11.3.0.16
                    
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="bodong.Avalonia.PropertyGrid" Version="11.3.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="bodong.Avalonia.PropertyGrid" Version="11.3.0.16" />
                    
Directory.Packages.props
<PackageReference Include="bodong.Avalonia.PropertyGrid" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add bodong.Avalonia.PropertyGrid --version 11.3.0.16
                    
#r "nuget: bodong.Avalonia.PropertyGrid, 11.3.0.16"
                    
#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.
#addin nuget:?package=bodong.Avalonia.PropertyGrid&version=11.3.0.16
                    
Install bodong.Avalonia.PropertyGrid as a Cake Addin
#tool nuget:?package=bodong.Avalonia.PropertyGrid&version=11.3.0.16
                    
Install bodong.Avalonia.PropertyGrid as a Cake Tool

Avalonia.PropertyGrid

This is a PropertyGrid implementation for Avalonia, you can use it in Avalonia Applications.
Its main features are:

  • Support automatic analysis of class's Properties like DevExpress's PropertyGridControl and display and edit
  • Support simultaneous editing of multiple objects in one PropertyGrid
  • Support custom types that implement the ICustomTypeDescriptor interface or TypeDescriptionProvider
  • Support custom property label controls
  • Support custom property cell edit
  • Support for additional property operation areas and their custom operations
  • Support array editing, support for creating, inserting, deleting and clearing in the control
  • Support data verification
  • Support Built-in undo and redo framework
  • Support global ReadOnly setting
  • Support for automatically adjusting the visibility of properties based on conditions
  • Support path picking
  • Support three display modes: category-based, alphabetical sorting and builtin sorting
  • Support text filtering, regular expression filtering, and supports ignoring case settings
  • Support fast filtering by Category
  • Support data automatic reloading
  • Support automatic expansion of sub-objects
  • Support adjust the width of the property name and property value by drag the title
  • Support localization and realtime change language without restart
  • Support web
  • Depend on https://www.nuget.org/packages/bodong.PropertyModels

Check more information here: https://github.com/bodong1987/Avalonia.PropertyGrid

→ View Online Demo:
https://bodong1987.github.io/Avalonia.PropertyGrid/

Avalonia.PropertyGrid中文说明

这是一个用于Avalonia的PropertyGrid实现,可以在Avalonia应用程序中使用。
其主要功能包括:

  • 支持自动分析类的属性(类似于DevExpress的PropertyGridControl)并显示和编辑
  • 支持在一个PropertyGrid中同时编辑多个对象
  • 支持实现ICustomTypeDescriptor接口或TypeDescriptionProvider的自定义类型
  • 支持自定义属性标签的控件
  • 支持自定义任意属性的栅格编辑器(Cell Edit)
  • 支持额外的属性操作区及其自定义操作
  • 支持数组编辑,支持数组在控件中创建、插入、删除和清除
  • 支持数据验证
  • 支持内置的撤销和重做框架
  • 支持全局只读设置
  • 支持根据条件自动调整属性的可见性
  • 支持文件路径选择
  • 支持三种显示模式:基于类别、按字母排序和内置排序
  • 支持文本过滤、正则表达式过滤,并支持忽略大小写设置
  • 支持按类别快速过滤
  • 支持数据自动重新加载
  • 支持子对象的自动展开
  • 支持通过拖动标题调整属性名称和属性值的宽度
  • 支持本地化和实时更改语言而无需重启
  • 支持Web

查看更多信息: https://github.com/bodong1987/Avalonia.PropertyGrid

→ 查看在线示例:
https://bodong1987.github.io/Avalonia.PropertyGrid/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 bodong.Avalonia.PropertyGrid:

Package Downloads
Spice86

Reverse engineer and rewrite real mode dos programs

NMF-Controls-Avalonia

A library for model-specific user controls.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on bodong.Avalonia.PropertyGrid:

Repository Stars
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
TEdit/Terraria-Map-Editor
TEdit - Terraria Map Editor - TEdit is a stand alone, open source map editor for Terraria. It lets you edit maps just like (almost) paint! It also lets you change world settings (time, bosses downed etc), edit chests and change sign, make epic dungeons, castles, cities, and add rewards for your adventurers!
OpenRakis/Spice86
Reverse engineer and rewrite real mode DOS programs!
Titlehhhh/Minecraft-Holy-Client
A high-performance platform for running Minecraft stress-test bots written in C#.
Version Downloads Last updated
11.3.0.16 4 6/2/2025
11.3.0.15 83 5/30/2025
11.3.0.14 109 5/30/2025
11.3.0.13 129 5/29/2025
11.3.0.12 120 5/29/2025
11.3.0.11 127 5/28/2025
11.3.0.10 159 5/26/2025
11.3.0.9 134 5/23/2025
11.3.0.8 120 5/23/2025
11.3.0.6 141 5/22/2025
11.3.0.5 134 5/22/2025
11.3.0.4 142 5/22/2025
11.3.0.3 367 5/16/2025
11.3.0.2 193 5/16/2025
11.3.0.1 249 5/15/2025
11.3.0 286 5/14/2025
11.2.4 2,753 2/25/2025
11.2.3.5 324 2/12/2025
11.2.3.4 1,839 1/8/2025
11.2.3.2 153 1/8/2025
11.2.3.1 165 1/8/2025
11.1.4.2 2,624 10/21/2024
11.1.4.1 234 10/18/2024
11.1.1.1 6,437 7/30/2024
11.0.10.1 2,740 6/3/2024
11.0.6.3 6,797 1/4/2024 11.0.6.3 is deprecated because it is no longer maintained and has critical bugs.
11.0.6.2 203 1/4/2024 11.0.6.2 is deprecated because it is no longer maintained and has critical bugs.
11.0.6.1 762 12/19/2023 11.0.6.1 is deprecated because it is no longer maintained and has critical bugs.
11.0.5.1 1,720 11/29/2023 11.0.5.1 is deprecated because it is no longer maintained and has critical bugs.
11.0.4.1 2,683 9/15/2023 11.0.4.1 is deprecated because it is no longer maintained and has critical bugs.
11.0.4 329 9/14/2023 11.0.4 is deprecated because it is no longer maintained and has critical bugs.
11.0.1.6 932 8/28/2023 11.0.1.6 is deprecated because it is no longer maintained.
11.0.1.5 346 8/15/2023 11.0.1.5 is deprecated because it is no longer maintained.
11.0.1.4 251 8/8/2023 11.0.1.4 is deprecated because it is no longer maintained.
11.0.1.3 283 7/27/2023 11.0.1.3 is deprecated because it is no longer maintained.
11.0.1.2 219 7/27/2023 11.0.1.2 is deprecated because it is no longer maintained.
11.0.1.1 241 7/26/2023 11.0.1.1 is deprecated because it is no longer maintained.
11.0.0.7 264 7/26/2023 11.0.0.7 is deprecated because it is no longer maintained.
11.0.0.6 230 7/26/2023 11.0.0.6 is deprecated because it is no longer maintained.
11.0.0.5 212 7/26/2023 11.0.0.5 is deprecated because it is no longer maintained.
11.0.0.4 226 7/25/2023 11.0.0.4 is deprecated because it is no longer maintained.
11.0.0.3 284 7/24/2023 11.0.0.3 is deprecated because it is no longer maintained.
11.0.0.2 240 7/24/2023 11.0.0.2 is deprecated because it is no longer maintained.
11.0.0.1 280 7/12/2023 11.0.0.1 is deprecated because it is no longer maintained.
11.0.0 285 7/11/2023 11.0.0 is deprecated because it is no longer maintained.
11.0.0-rc2.2.1 136 7/3/2023 11.0.0-rc2.2.1 is deprecated because it is no longer maintained.
11.0.0-rc1.1.4 134 7/3/2023 11.0.0-rc1.1.4 is deprecated because it is no longer maintained.
11.0.0-rc1.1.3 130 6/26/2023 11.0.0-rc1.1.3 is deprecated because it is no longer maintained.
11.0.0-rc1.1.2 122 6/25/2023 11.0.0-rc1.1.2 is deprecated because it is no longer maintained.
11.0.0-rc1.1.1 122 6/20/2023 11.0.0-rc1.1.1 is deprecated because it is no longer maintained.
11.0.0-rc1.1 151 6/8/2023 11.0.0-rc1.1 is deprecated because it is no longer maintained.
0.10.21.2 295 6/8/2023 0.10.21.2 is deprecated because it is no longer maintained.
0.10.21.1 224 6/8/2023 0.10.21.1 is deprecated because it is no longer maintained.
0.10.19.6 215 6/8/2023 0.10.19.6 is deprecated because it is no longer maintained.
0.10.19.5 209 6/8/2023 0.10.19.5 is deprecated because it is no longer maintained.
0.10.19.4 306 4/23/2023 0.10.19.4 is deprecated because it is no longer maintained.
0.10.19.3 245 4/22/2023 0.10.19.3 is deprecated because it is no longer maintained.
0.10.19.2 235 4/22/2023 0.10.19.2 is deprecated because it is no longer maintained.
0.10.19.1 275 4/22/2023 0.10.19.1 is deprecated because it is no longer maintained.