ClassRadSocialShare
Represents the RadSocialShare for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSocialShare : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSocialShare
Inherited Members
Constructors
RadSocialShare()
Initializes a new instance of the RadSocialShare class.
Declaration
public RadSocialShare()
RadSocialShare(Element)
Initializes a new instance of the RadSocialShare class.
Properties
ClientId
Gets the client Id of the SocialShare control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MainButtonsCount
Gets the count of SocialShare main buttons.
TitleToShare
Gets or Sets the SocialShare Title to share value.
UrlToShare
Gets or Sets the SocialShare Url to share value.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ButtonIsAvailable(SocialShareButton)
Verifies whether a certain button is available.
Declaration
public bool ButtonIsAvailable(SocialShareButton button)
Parameters
button
Returns
ClickOption(SocialShareButton)
Gets or sets whether the SocialShareFacebook is enabled.
Declaration
public void ClickOption(SocialShareButton option)
Parameters
option
ControlAssert()
Returns RadControlAssert instance initialized for this control.