PropertyGridToolbarTagHelper

Example

Razor
<property-grid-toolbar-button>
</property-grid-toolbar-button>

Attributes

AttributeTypeDescription
nameStringThe name of the toolbar command. Can be either a built-in ("search", "sort", "group" or "details") or a custom string. The name is output in the HTML as a value of the data-command attribute of the button.
clickStringThe click handler of the toolbar command. Used for custom toolbar commands.
iconStringSpecifies the icon's name that will be rendered inside the toolbar button. When you set this option, the PropertyGrid renders an additional span element inside the toolbar button which has a name set to the option value. This approach allows you to display an icon inside your custom toolbar commands.
image-classStringA class name that will be rendered inside the toolbar button. When you set this option, the PropertyGrid renders an additional span element inside the toolbar button which has a class name set to the option value. This approach allows you to display an icon inside your custom toolbar commands.
textStringThe text that is displayed by the command button. If not set, the PropertyGrid will use the name option as the button text instead.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support