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

    There are five different types of C1ListViewInputItems: label, text, textarea, search, and slider. All of these can implement data entry except the label type. You can set the type of C1ListViewInputItem you'd like to use through the C1ListViewInputItem.Type property. This property can be set either in the markup or in the C1ListView Designer Form.

    See Also