Pill
Overview
The Pill control type allows selection of one or multiple values from a predefined set of options. See Categories for a complete discussion of creating and using categories. These options are presented as a collection of pill buttons:
Required Fields
- Name: The name of the field saved to the database.
- Type: Must be set to
Form.<CategoryName>
or[Form.<CategoryName>]
where<CategoryName>
is the name of a category field defined elsewhere in the Excel file. EnclosingForm.<CategoryName>
in[]
brackets allows multiple selection, while using justForm.<CategoryName>
will create a single selection control. - ControlType: Must be set to
Pill
.
Optional Fields
-
CustomIndex: Settings for one or more indexes to create on the database that include this column.
-
Description: Optional further details about the field.
-
DisplayName: The name that will be shown for the field above the input box. This can be any string. If no DisplayName is provided, Name will be shown.
-
Group: The layout group position for this control.
-
UniqueConstraint (deprecated)
-
UniqueConstraintScopeToParent (deprecated)