New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadSocialButton

The main class from which Styled buttons are derived.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.RadSocialButtonBase
  • Telerik.Web.UI.RadSocialButton

Properties

CssClass String

Get/Set custom CssClass for the social button.

CustomIconHeight Unit

Get/Set the height of thr button's custom icon. 16px by default.

CustomIconUrl String

Get/Set the url of a custom icon for the button.

CustomIconWidth Unit

Get/Set the width of thr button's custom icon. 16px by default.

DialogHeight Unit

Get/Set the height of the social dialog popup.

DialogLeft Unit

Get/Set the left of the social dialog popup. By default it is centered.

DialogTop Unit

Get/Set the top of the social dialog. By default it is centered.

DialogWidth Unit

Get/Set the width of the social dialog popup.

LabelText String

Get/Set the the text of the button label.

SocialNetType SocialNetType

Get/Set the the social net type of the button.

TitleToShare String

Get/Set the title of the shared message. The default value is an empty string which results in sharing the title of the current page or the url itself if there isn't a title.

ToolTip String

Get/Set the tooltip of the button.

UrlToShare String

Get/Set the url to share. The default value is empty string which results in sharing the page on which the button resides.

In this article