Click or drag to resize

ControlBindingFlags Enumeration

Option flags for use with ControlBind.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ControlBindingFlags
Members
  Member nameValueDescription
NoFieldBind1Perform other binding operations, but do not actually bind the control to the field.
ForFilter2Create a control appropriate for filtering.
PseudoBind4 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.
See Also