C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / SiteMapLayoutType Enumeration

SiteMapLayoutType Enumeration
Define the site map node's layout type.
Syntax
'Declaration
 
Public Enum SiteMapLayoutType 
   Inherits System.Enum
 
Members
MemberDescription
FlowThe site map nodes will be shown horizontally one by one, with a separator text (default is "|").
ListThe site map nodes will be shown as list.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1SiteMap.SiteMapLayoutType

See Also