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

Displayer: Enumeration

Implementing class: Ant.ContentEntry.FieldDisplayers.EnumerationSelectEntry
Summary: Displayer which displays a selector for an C# enumeration.
Remarks: 
This is an advanced displayer. It must be overriden in code to provide the type of enum to display. It takes the members of an enum and automatically generates a selection box (including parsing the members to add spaces based on capitalisation).


Back to displayer reference.