Click or drag to resize

SubformDisplayAttrs Enumeration

Display attributes that apply to subforms.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum SubformDisplayAttrs
Members
  Member nameValueDescription
NoFilterByForm1Do not show the fitler by form row in lists.
NoMoveUp2Do not allow user to move view to top pane in the page.
AllowDetailNew4Normally no UI is provided for the user to create new items from a detail view in a subform. Set this to override this behaviour.
AllowDetailDelete8Normally no UI is provided for the user to delete items from a detail view in a subform. Set this to override this behaviour.
DenyInsert16Normally a subform list has a new button if allowed by page and the mapper. Set this to deny insert on the mapper and hide the new button on the subform.
DenyDelete32Normally a subform list has a delete button if allowed by page and the mapper. Set this to deny delete on the mapper and hide the delete button on the subform.
DenyUpdate64Normally a subform list is editable if allowed by page and the mapper. Set this to deny update on the mapper and hide the save button on the subform.
NoDetail128Normally a subform list has detail navigation, if allowed by the page. Set this to disallow detail navigation on the subform.
DefaultHideTab256By default this tab should not be shown, but allow user to add/remove it.
DefaultShowTab512By default this tab should be shown, but allow user to add/remove it.
See Also