Settings for the HxButton and derived components.
| Name | Type | Description |
|---|---|---|
| Color | ThemeColor? |
Bootstrap button color (style). |
| CssClass | string |
CSS class to be rendered with the button. |
| Icon | IconBase |
Icon to be rendered with the button. |
| IconCssClass | string |
CSS class to be rendered with the button icon. |
| IconPlacement | ButtonIconPlacement? |
Position of the icon within the button. |
| Outline | bool? |
Bootstrap outline button style. |
| Size | ButtonSize? |
Bootstrap button size. |
| TooltipSettings | TooltipSettings |
Tooltip settings. |