Click or drag to resize

RepeaterAttrs Enumeration

Options for controlling BootRepeater presentation and behaviour.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum RepeaterAttrs
Members
  Member nameValueDescription
AllowDelete1If the mapper allows delete, provide a delete button for each item's legend.
ShowCaption2Include a caption, based on the mapper ItemDescription, in each item's legend.
LegendBelow4Place the item legends below each item. The default behaviour is to place the legend above the item.
See Also