Blazorise PropertyGrid component
Presents groups of editable properties in a compact two-column layout.
API
Parameters
| Parameter | Description | Type | Default |
|---|---|---|---|
AriaLabel |
Defines the accessible property grid label. |
string | "Properties" |
ChildContent |
Specifies the property groups to be rendered inside this PropertyGrid. |
RenderFragment | null |
Help |
Specifies content rendered below the scrollable property viewport. |
RenderFragment | null |
Toolbar |
Specifies content rendered above the scrollable property viewport. |
RenderFragment | null |