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

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