about us      downloads      documentation      contact      home 
 products
 antHR
 workflow studio
 technical toolkits
 content entry
 workflow
 security
 hierarchy
 concepts
 how tos
 reference
 FAQs

Displayer: Multi-select

Implementing class: Ant.ContentEntry.FieldDisplayers.MultiSelectEntry
Summary: Multiple select list box
Remarks: 
In code the entries can be displayed by setting the PropertyXml attribute to:
[PropertyXml(@"<items><choices><item><label>Item 1</label>
<value>item1</value></item><item><label>Item 2</label>
<value>item2</value></item></choices></items>")]

 Properties
 List entriesEntries which are shown in the list. 

Back to displayer reference.