Click or drag to resize

CarouselAttrs Enumeration

Options for controlling BootCarousel and RecordSlider 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 CarouselAttrs
Members
  Member nameValueDescription
NoSideScrollers1 Do not provide side scroller arrows for moving to the previous/next record.
NoSubNavigator2 Do not provide sub-navigator buttons for moving directly to specific records.
ShowItemDescription4 Show the item description, if any, below the item. The description is obtained from the mapper's ItemDescription property.
See Also