ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / DataLabelField Property

In This Topic
    DataLabelField Property
    In This Topic
    Gets or sets the name of the field from the data source to bind to the label.
    Syntax
    'Declaration
     
    Public Property DataLabelField As System.String
    public System.string DataLabelField {get; set;}
    See Also