New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Properties
Updated over 6 months ago
RadLinkButton common features (properties)
| Property | Description |
|---|---|
| Text | Gets or sets the text displayed in the RadLinkButton control. |
| NavigateUrl | Gets or sets the URL of the page to navigate to, without posting the page back to the server. |
| Target | Gets or sets the target window or frame in which to display the Web page content linked to when the RadLinkButton control is clicked. |
| Primary | Gets or sets a bool value indicating whether the button uses its primary appearance. |
| HoveredCssClass | Gets or sets the CSS class, when the mouse pointer is hovered over the RadLinkButton control. |
| PressedCssClass | Gets or sets the CSS class, when the RadLinkButton control is pressed. |
| OnClientLoad | Sets a name of a JavaScript function that will be called when the RadLinkButton is loaded on the page |
| OnClientClicking | Sets a name of a JavaScript function that will be called when the RadLinkButton is clicked. The event is cancelable. |
| OnClientClicked | Sets a name of a JavaScript function that will be called when the RadLinkButton is clicked, after the OnClientClicking event. |
| OnClientMouseOver | Sets a name of a JavaScript function that will be called when the mouse pointer hovers over the RadLinkButton |
| OnClientMouseOut | Sets a name of a JavaScript function that will be called when the mouse pointer leaves the RadLinkButton |
Icon specific features (properties)
| Property | Description |
|---|---|
| Url | Gets or sets the URL to the image used as icon. |
| HoveredUrl | Gets or sets the URL to the image showed when the icon is hovered. |
| PressedUrl | Gets or sets the URL to the image showed when the icon is pressed. |
| Height | Gets or sets the Height of the icon. |
| Width | Gets or sets the Width of the icon. |
| CssClass | Gets or sets the CSS class applied to the icon. |
| Top | Gets or sets the top edge of the icon, relative to the RadLinkButton control's wrapper element. |
| Left | Gets or sets the left edge of the icon, relative to the RadLinkButton control's wrapper element. |