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

In This Topic
    DataTextFormatString Property (C1HyperLinkField)
    In This Topic
    Gets or sets the display format for the text caption of the hyperlinks in the C1HyperLinkField column.
    Syntax
    'Declaration
     
    Public Overridable Property DataTextFormatString As System.String
    public virtual System.string DataTextFormatString {get; set;}
    Remarks
    The specified format is applied to the text caption only when the text caption is data bound to a field in a data source. Specify the field to bind to the text caption of the hyperlinks in the column by setting the DataTextField property.
    See Also