ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1HyperLinkField Class / Text Property

In This Topic
    Text Property (C1HyperLinkField)
    In This Topic
    Gets or sets the text for the hyperlink.
    Syntax
    'Declaration
     
    Public Overridable Property Text As System.String
    public virtual System.string Text {get; set;}
    Remarks
    The DataTextField and Text properties cannot both be set at the same time. If both properties are set, theDataTextField property takes precedence.
    See Also