ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / SiteMapLayoutType Enumeration

In This Topic
    SiteMapLayoutType Enumeration
    In This Topic
    Define the site map node's layout type.
    Syntax
    'Declaration
     
    Public Enum SiteMapLayoutType 
       Inherits System.Enum
    public enum SiteMapLayoutType : 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