Click or drag to resize

MiniNavAttrs Enumeration

Options for controlling MiniNav behaviour.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MiniNavAttrs
Members
  Member nameValueDescription
IconList16Render navigator as a list of icon-based navigation items. Adds 'icon-list' class to outer control. Expects nav_target items to have an Image32URL specified.
NoCaptions32Suppresses the caption on all items. Typically appropriate only when combined with IconList.
CountOverlay64For items with a count, render a count overlay that can be positioned using CSS (typically over some portion of the item's icon and used in conjunction with IconList).
HideWhenZeroCount2048Nodes should be hidden when no items exist in the target location. Currenly valid only in conjunction with AppendCount.
DefaultHideLinks4096By default all links should not be shown, but allow user to add/remove them.
DefaultShowLinks8192By default all links should be shown, but allow user to add/remove them.
LockLinks16384Lock all links. To lock individual links on a MiniNav, set LockLinks.
Initialized1073741824Used when extracting attributes to indicate that the attributes have been extracted.
See Also