Click or drag to resize

ControlValueGetFlags Enumeration

Option flags for use with ControlValueGet.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ControlValueGetFlags
Members
  Member nameValueDescription
DispValue1Get the display text, not the underlying value for the control.
ValuePerCtrlType2Get the display text or the underlying value depending on control type.
UseBoundControl4Use the control bound to this field.
ForFilter8Get the value formatted as a string for use in a filter (as opposed to use in UI).
See Also