Click or drag to resize

FieldPositionOptions Enumeration

Options used to control how an IField is positioned.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FieldPositionOptions
Members
  Member nameValueDescription
PositionAsLabel1 When positioning the field, place the field where its label would typically be placed (spans two columns in flow layout). This behaviour is identical to PositionAsLabel, but applies to all CellTypes.
See Also