Elements / C1ListView Items / C1ListViewInputItem / label
In This Topic
label
In This Topic

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