Back to Devexpress

BootstrapHyperLink Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-0a2d9be8.md

latest2.8 KB
Original Source

BootstrapHyperLink Class

Represents a text editor with hyperlink functionality.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapHyperlink")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapHyperLink :
    ASPxHyperLink,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapHyperlink")>
Public Class BootstrapHyperLink
    Inherits ASPxHyperLink
    Implements ISimpleRenderControl,
               IBootstrapEditorCssClassesOwner

Remarks

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.

Inheritance

Show 11 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxStaticEdit ASPxHyperLink BootstrapHyperLink

See Also

BootstrapHyperLink Members

DevExpress.Web.Bootstrap Namespace