Click or drag to resize

ControlValueSetFlags Enumeration

Options for use with ControlValueSet and the field's internal SetCtrlValue(WebControl, ControlValueSetFlags) method.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ControlValueSetFlags
Members
  Member nameValueDescription
ForList1 This field's control is being used in a list and the value should be set accordingly. In particular, any relevant FieldListOptions should be honored.
See Also