mcpbeat

Devexpress Wpf Property Grid

devexpress/devexpress-wpf-property-grid

Build WPF property editors with the DevExpress PropertyGridControl — bind any object via SelectedObject (or multiple via SelectedObjects), define which properties show via PropertyDefinition, edit collections inline via CollectionDefinition (with NewItemInitializer for add/remove), group properties via [Category] attribute and CategoryDefinition (flat / Visible / Tabbed modes), and control expandability of nested objects via TypeConverter / ExpandableObjectConverter / AllowExpanding. Use when building visual designers, settings dialogs, diagram property panels, report designers, or any view that lets a user inspect and edit an arbitrary object's properties at runtime. Also use when someone mentions "PropertyGridControl", "PropertyDefinition", "CollectionDefinition", "CategoryDefinition", "ShowCategories", "ShowProperties", "ExpandableObjectConverter", "AllowExpanding", or "dxprg:". Covers .NET 8+ and .NET Framework 4.6.2+.

18k tokens
context cost
the whole folder, loaded on every use
8
files
instructions only
0
copies elsewhere
how many repositories repackaged it
38
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-wpf-property-grid

How to use it

Copy the folder

Take devexpress/devexpress-wpf-property-grid from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.