ControlBindingFlags Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
NoFieldBind | 1 | Perform other binding operations, but do not actually bind the control to the field. | |
ForFilter | 2 | Create a control appropriate for filtering. | |
PseudoBind | 4 | Typically used in conjunction with NoFieldBind in a list context where each field is used to layout multiple controls on the page (e.g. one per row) and some aspect of field binding should still be applied. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.