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

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