Represents a hyperlink.
Inherits: Inline : UIElement : UIElementBase
Content property: Content
| Name | Type | Description |
|---|---|---|
| Content | String | Link text. |
| Command | BindCmd | The command to be executed when the hyperlink is clicked. |
| Icon | Icon | Icon |
| Size | ControlSize |
Link size. Possible values:
|
| Style | HyperlinkStyle |
Link style. Possible values:
|
| DropDown | UIElementBase | The dropdown element associated with the link. This is typically the DropDownMenu element. |
| HideCaret | Boolean | Hide dropdown expand icon. |
| Highlight | Boolean |
Highlight the icon with the color of the active hyperlink when you hover the mouse
cursor. It makes sense only for certain icons (e. g. Send).
|
| TestId | String | Item ID for testing tools. |
| Hint | Popover |
Tooltip for the link. It is displayed as an icon specified in the Icon property of the Popover object.
If the icon is not specified, is displayed.
|
| Basic element properties | ||