Click or drag to resize

PFFieldBoolean_DisplayMode Enumeration

Describes the way a Boolean field control should be displayed.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFieldBoolean_DisplayMode
Members
  Member nameValueDescription
Checkbox0 The control is displayed as an unique checkbox.
RadioButtons1 The control is displayed as two (Yes/No) or three (Yes/No/None) radio buttons.
See Also