ControlCreationFlags Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ControlCreationFlags
<FlagsAttribute>
Public Enumeration ControlCreationFlags
Members
| Member name | Value | Description |
---|
| Complete | 1 | Perform a complete creation including populating the picklist. |
| ForFilter | 2 | Create a control appropriate for filtering. |
| ForSimpleDetail | 4 | Create a control for use in a SimpleDetail layout. |
| ForListEdit | 8 | Create a control for use in an editable datasheet layout. |
| CascadingComboFiltering | 16 | When filtering, use a cascading ComboBox, instead of TextBox, on ComboBox fields having discrims. |
| BndLkupFiltering | 32 | When filtering, use a BndLkup control with filter widget, instead of TextBox on appropriate fields. |
| ForLightEdit | 64 | Create a control for use in a lightweight environment where we avoid posting back locked fields. |
| BootstrapForm | 128 | Create a control for use in a Bootstrap form. |
| ForImmediateEdit | 256 | Create a control for use in an ImmediateEdit context (e.g. on a MiniDetail {{+key}} element). |
| ForNonDSListEdit | 512 | Create a control for use in a non-datasheet editable list (currently WizardPhantomEditList). |
| SimpleDetailLinks | 1024 | Create a control for use in a SimpleDetail that can be rendered as a HyperLink when appropriate. |
See Also