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

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