PicklistType Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
SQL | 1 | This list is a normal SQL statment with 1 or more columns. | |
StandardPicklist | 2 | This list is a "standard" picklist with values stored in the database. Standard picklist items include built-in support for localization. | |
Enum | 3 | This list is a picklist populated with an enumeration. | |
NumericRange | 4 | This list is a simple numeric range. Generally these are created dynamically on ComboBox fields as specified by the NumericDropdown cell attribute and the Min and Max properties. | |
Intrinsic | 5 | This list is an intrinsic, programmatically generated platform list as defined in IntrinsicPicklists. | |
Custom | 6 | This list is a custom, programmatically generated list using a class derived from PicklistDynamic. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.