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

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