The DisplayMode property allows one to set the type of desired HTML markup for the output of the control. The following options are available:
- CatalogItemTextLinkListControl.DisplayModes.LinkList - renders as a simple list of links contained within a <div> wrapper, and each individual Item within a <span></span> tag pair.
- CatalogItemTextLinkListControl.DisplayModes.OrderedList - renders as a simple ordered list of links contained within a <ol> wrapper, and each individual Item within a <li></li> tag pair.
- CatalogItemTextLinkListControl.DisplayModes.BulletList (default) - renders as a simple bullet list of links contained within a <ul> wrapper, and each individual Item within a <li></li> tag pair.