ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuItem Class / IsSeparator Property

In This Topic
    IsSeparator Property (MenuItem)
    In This Topic
    Gets or sets whether the MenuItem is a separator.
    Syntax
    'Declaration
     
    Public Property IsSeparator As Boolean
    public bool IsSeparator {get; set;}
    See Also