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

Server-side Programming Overview

Global Control Properties

The control's specific properties

NameDescription
DialogHeightGet/Set the height of the social dialog popup
DialogLeftGet/Set the left of the social dialog popup. Default is center
DialogTopGet/Set the top of the social dialog. Default is center
DialogWidthGet/Set the width of the social dialog popup
FacebookAppIdSpecifies the fpAppId of your Facebook application
GoogleAnalyticsUASpecifies the web property ID for your Analytics account
HeightGet/Set the height of the social share control
HideIframesOnDialogMoveGet/Set whether IFRAMEs should be hidden while dialog (compact popup or send email) is moved. The default value is true
OrientationGet/Set orientation of the buttons
TitleToShareGet/Set the title of the shared message. The default value is the title of the current page or the url itself
UrlToShareGet/Set the url to share. The default value is empty string which results in sharing the page on which the button resides
WidthGet/Set the width of the social share control
YammerAppIdSpecifies the AppId of your Yammer application

EmailSettings Properties

Properties for EmailSettings Inner Tag. Mandatory for the SendEmail button to function

NameDescription
FromEmailGet/Set the e-mail on behalf of which the message from the built-in E-mail form is sent
SMTPServerGet/Set the SMTP server that will service the requests
PasswordGet/Set the password for authenticating with the SMTP server
UserNameGet/Set the user name for authenticating with the SMTP server

Setting Client-side Event Handlers Properties

Properties for Setting Client-side Event Handlers

NameDescription
OnFacebookLikeFires when the Facebook Like Standard button is clicked
OnFacebookSendFires when the Facebook Send Standard button is clicked
OnFacebookUnLikeFires when the Facebook UnLike Standard button is clicked
OnGooglePlusOneOffFires when the GooglePlus Standard button is clicked for disapproval
OnGooglePlusOneOnFires when the GooglePlus Standard button is clicked for approval
OnLinkedInShareFires when the LinkedIn Standard button is clicked for sharing the page in LinedIn
OnSocialButtonClickedFires when one of the RadSocialButtons is clicked
OnSocialButtonClickingFires when one of the RadSocialButtons is being clicked. Can be cancelled.
OnTweetFires when the Tweet Standard button is clicked

RadSocialButton Properties

Properties specific for the styled buttons. Override their global counterparts

NameDescription
CssClassGet/Set custom CssClass for the social button
CustomIconHeightGet/Set the height of a button's custom icon
CustomIconUrlGet/Set the the url of a custom icon for the button
CustomIconWidthGet/Set the width of a button's custom icon
DialogHeightGet/Set the height of the social dialog popup
DialogLeftGet/Set the left of the social dialog popup. Default is center
DialogTopGet/Set the top of the social dialog. Default is center
DialogWidthGet/Set the width of the social dialog popup
LabelTextGet/Set the the text of the button label.
SocialNetTypeGet/Set the the social net type of the button
TitleToShareGet/Set the title of the shared message. The default value is the title of the current page or the url itself
ToolTipGet/Set the tooltip of the button.
UrlToShareGet/Set the url to share. The default value is empty string which results in sharing the page on which the button resides

RadCompactButton Properties

Properties, specific for the CompactPopup Button.

NameDescription
CssClassGet/Set custom CssClass for the compact popup button
CustomIconHeightGet/Set the height of a button's custom icon
CustomIconUrlGet/Set the the url of a custom icon for the button
CustomIconWidthGet/Set the width of a button's custom icon
DialogHeightGet/Set the height of the compact popup
DialogLeftGet/Set the left of the compact popup. Default is center
DialogTitleGet/Set the title of the compact dialog
DialogTopGet/Set the top of the compact popup dialog. Default is center
DialogWidthGet/Set the width of the compact popup dialog
LabelTextGet/Set the the text of the button label.
ToolTipGet/Set the tooltip of the button.

RadFacebookButton Properties

Properties for the Facebook Standard button

NameDescription
ColorSchemeGet/Set the color sheme of the button
FontGet/Set the font for the button
ButtonTypeGet/Set the the social net type of the button
ShowFacesGet/Set whether profile pictures should be displayed
WidthGet/Set the width of the button - used when annotation is displayed
ButtonLayoutGet/Set the button layout
ReferralsLabelGet/Set the label for referrals

RadTwitterButton Properties

Properties for the Twitter Standard button

NameDescription
CounterModeGet/Set the counter mode for the button

RadGoogleButton Properties

Properties for the Google Standard button

NameDescription
AnnotationTypeGet/Set the annotation type of the button
ButtonSizeGet/Set the size of the button
WidthGet/Set the width of the button - used when annotation is displayed

RadLinkedInButton Properties

Properties for the LinkedIn Standard button

NameDescription
CounterModeGet/Set the counter mode for the button
ShowZeroCountGet/Set ShowZeroCount value for the button (if a counter should be shown if there are 0 shares)

RadYammerButton Properties

Properties for the Yammer Standard button

NameDescription
ButtonTypeGet/Set the type of the button
YammerNetworkGet/Set the network permalink

RadPinterestButton Properties

Properties for the Pinterest Standard button

NameDescription
ButtonTypeGet/Set the type of the button
CounterMode (PinIt specific property)Sets the state of the counter baloon.
TitleToShare (PinIt specific property)Sets the title of the pinned image.
UrlToShareFor a PinIt button - Sets the URL of the image sent to the Pinterest network. For a Follow button - Sets URL of the Pinterest account which is to be followed.
FromUrl (PinIt specific property)Sets a from link (the URL from which the image was pinned) in the Pin.

See Also