aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0a2d9be8.md
Represents a text editor with hyperlink functionality.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DXClientDocumentationProviderWeb("BootstrapHyperlink")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapHyperLink :
ASPxHyperLink,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapHyperlink")>
Public Class BootstrapHyperLink
Inherits ASPxHyperLink
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Note
The BootstrapHyperLink control provides you with comprehensive client-side functionality implemented using JavaScript code:
The control’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.
Show 11 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxStaticEdit ASPxHyperLink BootstrapHyperLink
See Also