menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hyperlink - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hyperlink

    Defines hyper link options for exporting.

    Inheritance
    System.Object
    Hyperlink
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.GridExport
    Assembly: Syncfusion.EJ2.GridExport.dll
    Syntax
    public class Hyperlink

    Constructors

    Hyperlink()

    Declaration
    public Hyperlink()

    Properties

    DisplayText

    Defines the display text for hyperlink

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type
    System.String

    Target

    Defines the Url for hyperlink

    Declaration
    public string Target { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved