ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1Menu Class / EnsureSubmenuOnBody Property

In This Topic
    EnsureSubmenuOnBody Property
    In This Topic
    A value indicating the submenu will be append to the body or menu container. If the value is true, the submenu will be appended to body element, else it will append to the menu container. Default: false. Type: Boolean.
    Syntax
    'Declaration
     
    Public Property EnsureSubmenuOnBody As System.Boolean
    public System.bool EnsureSubmenuOnBody {get; set;}
    See Also