ComponentOne ListView for ASP.NET Web Forms
Elements / C1ListView Items / C1ListViewInputItem / search
In This Topic
    search
    In This Topic

    Setting the C1ListViewInputItem.Type to 'search' gives you an editable search bar that resembles the following image:

    You can set the Type poperty using markup similar to the following:

    <cc1:C1ListViewInputItem ID="SubjectInput" LabelText="Subject" Type="search"></cc1:C1ListViewInputItem>
    See Also