PropertyGridContextMenuSettingsBuilder
Methods
Body(System.Action)
Configures the items of the ContextMenu for the table body element. Those are some valid predefined tools: "separator", "copy", "copyName", "copyDeclaration", "resize", "reset", "expandItem", "collpaseItem".You can also specify a custom item and associate it with a command.
Parameters
configurator - System.Action<PropertyGridContextMenuSettingsBodyFactory>
The action that configures the body.