ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / AutoCompleteSourceOption Class / Labels Property

In This Topic
    Labels Property
    In This Topic
    Gets or sets an array can be used for local data.
    Syntax
    'Declaration
     
    Public Property Labels As System.String()
    public System.string[] Labels {get; set;}
    See Also