Click or drag to resize

FieldLayoutFlags Enumeration

Layout flags parsed from field layout generated by the page layout tool.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum FieldLayoutFlags
Members
  Member nameValueDescription
HideField1Hide the field in this layout ("h").
HideLabel2Hide the label in this layout ("l").
WrapLabel4Wrap the label in this layout ("w").
See Also