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

    Setting the C1ListViewInputItem.Type property to 'text' gives you a text input tool, as you can see in the following image:

    You can set the Type property using markup similar to the following:
    <cc1:C1ListViewInputItem ID="SubjectInput" LabelText="Subject" Type="text"></cc1:C1ListViewInputItem>

    See Also