New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Properties

RadLinkButton common features (properties)

PropertyDescription
TextGets or sets the text displayed in the RadLinkButton control.
NavigateUrlGets or sets the URL of the page to navigate to, without posting the page back to the server.
TargetGets or sets the target window or frame in which to display the Web page content linked to when the RadLinkButton control is clicked.
PrimaryGets or sets a bool value indicating whether the button uses its primary appearance.
HoveredCssClassGets or sets the CSS class, when the mouse pointer is hovered over the RadLinkButton control.
PressedCssClassGets or sets the CSS class, when the RadLinkButton control is pressed.
OnClientLoadSets a name of a JavaScript function that will be called when the RadLinkButton is loaded on the page
OnClientClickingSets a name of a JavaScript function that will be called when the RadLinkButton is clicked. The event is cancelable.
OnClientClickedSets a name of a JavaScript function that will be called when the RadLinkButton is clicked, after the OnClientClicking event.
OnClientMouseOverSets a name of a JavaScript function that will be called when the mouse pointer hovers over the RadLinkButton
OnClientMouseOutSets a name of a JavaScript function that will be called when the mouse pointer leaves the RadLinkButton

Icon specific features (properties)

PropertyDescription
UrlGets or sets the URL to the image used as icon.
HoveredUrlGets or sets the URL to the image showed when the icon is hovered.
PressedUrlGets or sets the URL to the image showed when the icon is pressed.
HeightGets or sets the Height of the icon.
WidthGets or sets the Width of the icon.
CssClassGets or sets the CSS class applied to the icon.
TopGets or sets the top edge of the icon, relative to the RadLinkButton control's wrapper element.
LeftGets or sets the left edge of the icon, relative to the RadLinkButton control's wrapper element.