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

In This Topic
    Category Property
    In This Topic
    Gets or sets the category of autocomplete item.
    Syntax
    'Declaration
     
    Public Property Category As System.String
    public System.string Category {get; set;}
    See Also