ListView for ASP.NET Web Forms
label
Elements > C1ListView Items > C1ListViewInputItem > label

Using the label type C1ListViewInputItem gives you a fixed label for an item. You can see this in the following image:

 

You can see the Type set in the following markup:

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