bydevexpress· 52 skills
DevExpress WinForms PropertyGridControl — displays and edits the public properties of any object. Covers NuGet setup (DevExpress.Win.VerticalGrid, namespace DevExpress.XtraVerticalGrid), assigning objects via SelectedObject and SelectedObjects, Classic vs Office view (ActiveViewType), automatic row generation from reflection, manual rows (EditorRow, CategoryRow, MultiEditorRow), configuring rows (FieldName, Caption, RowEdit, Format, Visible, ReadOnly), DefaultEditors type-to-editor mapping, CustomPropertyDescriptors and CustomRowCreated events, category rows from CategoryAttribute, nested row hierarchy, Office-view tabs via TabPanelCustomize, expanding nested objects via ExpandableObjectConverter, collection editing via OptionsCollectionEditor (UseDXCollectionEditor), EditorAttribute overrides, PropertyDescriptionControl, and the search/find panel (FindPanelVisible, OptionsFind). Use for any WinForms settings panel, inspector window, or configuration editor built on PropertyGridControl.
$npx -y skills add devexpress/agent-skills --skill devexpress-winforms-property-gridInstalls into the current project.
Run `npx skills use "https://github.com/devexpress/agent-skills" --skill "devexpress/agent-skills/devexpress-winforms-property-grid"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devexpress/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/devexpress/agent-skills"` and select the relevant skills, then follow their instructions.